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"
|
2
main.py
2
main.py
@ -110,4 +110,4 @@ async def add_process_time_header(request: Request, call_next):
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
uvicorn.run(app='main:app', host="0.0.0.0", port=7889, reload=True, debug=True)
|
uvicorn.run(app='main:app', host="0.0.0.0", port=9861, reload=True, debug=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user