update
This commit is contained in:
parent
c62ae3af9c
commit
3876ba7225
29
Pipfile
Normal file
29
Pipfile
Normal file
@ -0,0 +1,29 @@
|
||||
[[source]]
|
||||
url = "https://pypi.douban.com/simple"
|
||||
verify_ssl = false
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
fastapi = "*"
|
||||
sqlalchemy = "*"
|
||||
pymongo = "*"
|
||||
uvicorn = "*"
|
||||
motor = "*"
|
||||
python-jose = "*"
|
||||
passlib = "*"
|
||||
pydantic = {extras = ["email"], version = "*"}
|
||||
emails = "*"
|
||||
python-multipart = "*"
|
||||
gunicorn = "*"
|
||||
simpleeval = "*"
|
||||
aredis = "*"
|
||||
aioch = "*"
|
||||
aioredis = "*"
|
||||
redis = "*"
|
||||
bcrypt = "*"
|
||||
pandas = "==1.2.3"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.8"
|
Loading…
Reference in New Issue
Block a user