Skip to content

Commit

Permalink
Added pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
kudah99 committed Mar 25, 2024
1 parent 55579ef commit 059a1d1
Show file tree
Hide file tree
Showing 2 changed files with 1,058 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
fastapi = {extras = ["all"] }
uvicorn = {extras = ["standard"] }
dependency-injector = "*"
fastapi-offline = "*"
pydantic="1.9.1"
sqlalchemy = "*"
sqlmodel = "*"
black = "*"
psycopg-binary = "*"

[dev-packages]

[requires]
python_version = "3.9"
Loading

0 comments on commit 059a1d1

Please sign in to comment.