Implemented default pipeline
This commit is contained in:
@@ -1,20 +1,30 @@
|
||||
amqp==5.3.1
|
||||
annotated-types==0.7.0
|
||||
anyio==4.10.0
|
||||
asgiref==3.9.1
|
||||
bcrypt==4.3.0
|
||||
billiard==4.2.1
|
||||
celery==5.5.3
|
||||
certifi==2025.8.3
|
||||
cffi==2.0.0
|
||||
click==8.2.1
|
||||
click-didyoumean==0.3.1
|
||||
click-plugins==1.1.1.2
|
||||
click-repl==0.3.0
|
||||
cryptography==46.0.1
|
||||
dnspython==2.8.0
|
||||
ecdsa==0.19.1
|
||||
email-validator==2.3.0
|
||||
fastapi==0.116.1
|
||||
h11==0.16.0
|
||||
hiredis==3.2.1
|
||||
httpcore==1.0.9
|
||||
httptools==0.6.4
|
||||
httpx==0.28.1
|
||||
idna==3.10
|
||||
importlib_metadata==8.7.0
|
||||
iniconfig==2.1.0
|
||||
izulu==0.50.0
|
||||
kombu==5.5.4
|
||||
mongomock==4.3.0
|
||||
mongomock-motor==0.0.36
|
||||
@@ -23,9 +33,13 @@ packaging==25.0
|
||||
pipdeptree==2.28.0
|
||||
pluggy==1.6.0
|
||||
prompt_toolkit==3.0.52
|
||||
pyasn1==0.6.1
|
||||
pycparser==2.23
|
||||
pycron==3.2.0
|
||||
pydantic==2.11.9
|
||||
pydantic_core==2.33.2
|
||||
Pygments==2.19.2
|
||||
PyJWT==2.10.1
|
||||
pymongo==4.15.1
|
||||
pytest==8.4.2
|
||||
pytest-asyncio==1.2.0
|
||||
@@ -35,6 +49,8 @@ python-dotenv==1.1.1
|
||||
python-magic==0.4.27
|
||||
pytz==2025.2
|
||||
PyYAML==6.0.2
|
||||
redis==6.4.0
|
||||
rsa==4.9.1
|
||||
sentinels==1.1.1
|
||||
six==1.17.0
|
||||
sniffio==1.3.1
|
||||
@@ -45,6 +61,8 @@ tzdata==2025.2
|
||||
uvicorn==0.35.0
|
||||
uvloop==0.21.0
|
||||
vine==5.1.0
|
||||
watchdog==6.0.0
|
||||
watchfiles==1.1.0
|
||||
wcwidth==0.2.13
|
||||
websockets==15.0.1
|
||||
zipp==3.23.0
|
||||
|
||||
Reference in New Issue
Block a user