mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-07-05 00:08:23 +00:00
registration and verify abuse WIP
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m27s
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m27s
This commit is contained in:
@ -2,24 +2,31 @@ aiohappyeyeballs==2.4.3
|
||||
aiohttp==3.11.2
|
||||
aiohttp-retry==2.8.3
|
||||
aiosignal==1.3.1
|
||||
amqp==5.3.1
|
||||
anyio==4.9.0
|
||||
arabic-reshaper==3.0.0
|
||||
asgiref==3.8.1
|
||||
asn1crypto==1.5.1
|
||||
async-timeout==4.0.3
|
||||
attrs==24.2.0
|
||||
billiard==4.2.1
|
||||
black==23.12.1
|
||||
boto3==1.35.49
|
||||
botocore==1.35.49
|
||||
celery==5.5.1
|
||||
certifi==2024.2.2
|
||||
cffi==1.16.0
|
||||
chardet==5.2.0
|
||||
charset-normalizer==3.3.2
|
||||
click==8.1.7
|
||||
click-didyoumean==0.3.1
|
||||
click-plugins==1.1.1
|
||||
click-repl==0.3.0
|
||||
colorama==0.4.6
|
||||
cryptography==41.0.7
|
||||
cssselect2==0.7.0
|
||||
dj-database-url==2.1.0
|
||||
django==5.1.2
|
||||
django==5.2
|
||||
django-cors-headers==4.3.1
|
||||
django-debug-toolbar==4.2.0
|
||||
django-easy-audit==1.3.7
|
||||
@ -38,15 +45,20 @@ djangorestframework-simplejwt==5.3.1
|
||||
djangorestframework-stubs==3.15.1
|
||||
dnspython==2.4.2
|
||||
drf-spectacular==0.27.2
|
||||
exceptiongroup==1.2.2
|
||||
faker==30.8.0
|
||||
frozenlist==1.5.0
|
||||
gunicorn==23.0.0
|
||||
h11==0.14.0
|
||||
html5lib==1.1
|
||||
httpcore==1.0.7
|
||||
httpx==0.28.1
|
||||
idna==3.6
|
||||
inflection==0.5.1
|
||||
jmespath==1.0.1
|
||||
jsonschema==4.23.0
|
||||
jsonschema-specifications==2024.10.1
|
||||
kombu==5.5.2
|
||||
lxml==5.1.0
|
||||
multidict==6.1.0
|
||||
mypy-extensions==1.0.0
|
||||
@ -55,6 +67,7 @@ packaging==23.2
|
||||
pathspec==0.12.1
|
||||
pillow==10.2.0
|
||||
platformdirs==4.1.0
|
||||
prompt-toolkit==3.0.50
|
||||
propcache==0.2.0
|
||||
psycopg==3.2.3
|
||||
psycopg-binary==3.2.3
|
||||
@ -70,6 +83,7 @@ pypng==0.20220715.0
|
||||
python-bidi==0.4.2
|
||||
python-dateutil==2.9.0.post0
|
||||
python-decouple==3.8
|
||||
python-telegram-bot==22.0
|
||||
pytz==2023.3.post1
|
||||
pyyaml==6.0.1
|
||||
qrcode==7.4.2
|
||||
@ -81,11 +95,13 @@ rpds-py==0.21.0
|
||||
ruff==0.7.0
|
||||
s3transfer==0.10.3
|
||||
six==1.16.0
|
||||
sniffio==1.3.1
|
||||
sqlparse==0.5.1
|
||||
svglib==1.5.1
|
||||
tinycss2==1.2.1
|
||||
tomli==2.0.2
|
||||
toposort==1.10
|
||||
twilio==9.3.7
|
||||
types-pyyaml==6.0.12.20240917
|
||||
types-requests==2.32.0.20241016
|
||||
typing-extensions==4.12.2
|
||||
@ -94,6 +110,8 @@ tzlocal==5.2
|
||||
uritemplate==4.1.1
|
||||
uritools==4.0.2
|
||||
urllib3==2.2.1
|
||||
vine==5.1.0
|
||||
wcwidth==0.2.13
|
||||
webencodings==0.5.1
|
||||
whitenoise==6.7.0
|
||||
yarl==1.17.2
|
||||
|
Reference in New Issue
Block a user