Skip to content

Commit

Permalink
version fix and added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshika39 committed Mar 23, 2024
1 parent a0d39ef commit 48b2933
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fastapi-crud"
version = "3.1.0"
version = "1.0.0"
authors = [
{ name="kougen", email="[email protected]" },
]
Expand All @@ -21,6 +21,7 @@ classifiers = [
dependencies = [
'fastapi',
'uvicorn',
'pyrepositories',
]

[project.urls]
Expand Down

0 comments on commit 48b2933

Please sign in to comment.