mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
add pipfile and lock
This commit is contained in:
28
Pipfile
Normal file
28
Pipfile
Normal file
@@ -0,0 +1,28 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
isort = "*"
|
||||
mypy = "*"
|
||||
flake8 = "*"
|
||||
black = "*"
|
||||
fastapi = "*"
|
||||
uvicorn = {extras = ["standard"], version = "*"}
|
||||
pydantic = "*"
|
||||
httpx = "*"
|
||||
asyncpg = "*"
|
||||
sqlalchemy = "*"
|
||||
pytest-asyncio = "*"
|
||||
pytest-cov = "*"
|
||||
|
||||
[dev-packages]
|
||||
icecream = "*"
|
||||
ipython = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
||||
|
||||
[pipenv]
|
||||
allow_prereleases = true
|
||||
Reference in New Issue
Block a user