feat(api): assist stats - dependencie
This commit is contained in:
parent
950bb381ee
commit
d6ed6c4347
2 changed files with 5 additions and 59 deletions
|
|
@ -4,6 +4,7 @@ verify_ssl = true
|
||||||
name = "pypi"
|
name = "pypi"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
|
fastapi = "==0.103.1"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,61 +1,6 @@
|
||||||
annotated-types==0.5.0
|
fastapi
|
||||||
anyio==3.7.1
|
|
||||||
APScheduler==3.10.4
|
|
||||||
asyncpg==0.28.0
|
|
||||||
azure-core==1.29.3
|
|
||||||
azure-storage-blob==12.16.0
|
|
||||||
boto3==1.28.42
|
|
||||||
botocore==1.31.55
|
|
||||||
certifi==2023.5.7
|
|
||||||
cffi==1.15.1
|
|
||||||
charset-normalizer==3.1.0
|
|
||||||
click==8.1.3
|
|
||||||
clickhouse-cityhash==1.0.2.4
|
|
||||||
clickhouse-driver==0.2.6
|
|
||||||
cryptography==41.0.3
|
|
||||||
defusedxml==0.7.1
|
|
||||||
dnspython==2.3.0
|
|
||||||
elastic-transport==8.4.0
|
|
||||||
elasticsearch==8.9.0
|
|
||||||
email-validator==2.0.0.post2
|
|
||||||
fastapi==0.103.1
|
|
||||||
gunicorn==20.1.0
|
|
||||||
h11==0.14.0
|
|
||||||
httptools==0.5.0
|
|
||||||
idna==3.4
|
|
||||||
isodate==0.6.1
|
|
||||||
jira==3.5.2
|
|
||||||
jmespath==1.0.1
|
|
||||||
lz4==4.3.2
|
|
||||||
oauthlib==3.2.2
|
|
||||||
packaging==23.1
|
|
||||||
psycopg2-binary==2.9.7
|
|
||||||
pycparser==2.21
|
|
||||||
pydantic==2.3.0
|
|
||||||
pydantic_core==2.6.3
|
|
||||||
PyJWT==2.8.0
|
|
||||||
python-dateutil==2.8.2
|
|
||||||
python-decouple==3.8
|
|
||||||
python-dotenv==1.0.0
|
|
||||||
python-multipart==0.0.6
|
|
||||||
pytz==2023.3
|
|
||||||
PyYAML==6.0
|
|
||||||
redis==5.0.0
|
|
||||||
requests==2.31.0
|
|
||||||
requests-oauthlib==1.3.1
|
|
||||||
requests-toolbelt==1.0.0
|
|
||||||
s3transfer==0.6.1
|
|
||||||
sentry-sdk==1.17.0
|
|
||||||
six==1.16.0
|
|
||||||
sniffio==1.3.0
|
|
||||||
SQLAlchemy==2.0.21
|
SQLAlchemy==2.0.21
|
||||||
starlette==0.27.0
|
|
||||||
stripe==5.3.0
|
|
||||||
tenacity==8.2.3
|
|
||||||
typing_extensions==4.6.3
|
|
||||||
tzlocal==5.0.1
|
|
||||||
urllib3==1.26.16
|
|
||||||
uvicorn==0.23.2
|
uvicorn==0.23.2
|
||||||
uvloop==0.17.0
|
python-decouple==3.8
|
||||||
watchfiles==0.19.0
|
psycopg2-binary==2.9.7
|
||||||
websockets==11.0.3
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue