Skip to content

Commit

Permalink
fix: requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Jun 3, 2024
1 parent 026ac3d commit 8b8cc78
Showing 1 changed file with 66 additions and 66 deletions.
132 changes: 66 additions & 66 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
aiohttp==3.9.5 ; python_full_version == "3.12.2"
aiosignal==1.3.1 ; python_full_version == "3.12.2"
alembic==1.13.1 ; python_full_version == "3.12.2"
anyio==3.7.1 ; python_full_version == "3.12.2"
art==6.2 ; python_full_version == "3.12.2"
asyncio==3.4.3 ; python_full_version == "3.12.2"
attrs==23.2.0 ; python_full_version == "3.12.2"
certifi==2024.2.2 ; python_full_version == "3.12.2"
charset-normalizer==3.3.2 ; python_full_version == "3.12.2"
click==8.1.7 ; python_full_version == "3.12.2"
colorama==0.4.6 ; python_full_version == "3.12.2" and (sys_platform == "win32" or platform_system == "Windows")
dnspython==2.6.1 ; python_full_version == "3.12.2"
email-validator==2.1.1 ; python_full_version == "3.12.2"
fastapi-cli==0.0.4 ; python_full_version == "3.12.2"
fastapi-utils==0.2.1 ; python_full_version == "3.12.2"
fastapi==0.111.0 ; python_full_version == "3.12.2"
frozenlist==1.4.1 ; python_full_version == "3.12.2"
greenlet==3.0.3 ; python_full_version == "3.12.2" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")
h11==0.14.0 ; python_full_version == "3.12.2"
httpcore==1.0.5 ; python_full_version == "3.12.2"
httptools==0.6.1 ; python_full_version == "3.12.2"
httpx==0.27.0 ; python_full_version == "3.12.2"
idna==3.7 ; python_full_version == "3.12.2"
influxdb-client==1.43.0 ; python_full_version == "3.12.2"
jinja2==3.1.4 ; python_full_version == "3.12.2"
mako==1.3.5 ; python_full_version == "3.12.2"
markdown-it-py==3.0.0 ; python_full_version == "3.12.2"
markdown==3.6 ; python_full_version == "3.12.2"
markupsafe==2.1.5 ; python_full_version == "3.12.2"
mdurl==0.1.2 ; python_full_version == "3.12.2"
mergedeep==1.3.4 ; python_full_version == "3.12.2"
multidict==6.0.5 ; python_full_version == "3.12.2"
orjson==3.10.3 ; python_full_version == "3.12.2"
paho-mqtt==1.6.1 ; python_full_version == "3.12.2"
psycopg2-binary==2.9.9 ; python_full_version == "3.12.2"
pydantic==1.10.15 ; python_full_version == "3.12.2"
pygments==2.18.0 ; python_full_version == "3.12.2"
pymysql==1.1.1 ; python_full_version == "3.12.2"
pypdf==3.17.4 ; python_full_version == "3.12.2"
python-dateutil==2.9.0.post0 ; python_full_version == "3.12.2"
python-dotenv==1.0.1 ; python_full_version == "3.12.2"
python-multipart==0.0.7 ; python_full_version == "3.12.2"
pytz==2023.4 ; python_full_version == "3.12.2"
pyyaml==6.0.1 ; python_full_version == "3.12.2"
rauth==0.7.3 ; python_full_version == "3.12.2"
reactivex==4.0.4 ; python_full_version == "3.12.2"
requests==2.32.2 ; python_full_version == "3.12.2"
rich==13.7.1 ; python_full_version == "3.12.2"
setuptools==70.0.0 ; python_full_version == "3.12.2"
shellingham==1.5.4 ; python_full_version == "3.12.2"
six==1.16.0 ; python_full_version == "3.12.2"
sniffio==1.3.1 ; python_full_version == "3.12.2"
sqlalchemy==1.4.52 ; python_full_version == "3.12.2"
starlette==0.37.2 ; python_full_version == "3.12.2"
typer==0.12.3 ; python_full_version == "3.12.2"
typing-extensions==4.11.0 ; python_full_version == "3.12.2"
ujson==5.10.0 ; python_full_version == "3.12.2"
urllib3==2.2.1 ; python_full_version == "3.12.2"
uvicorn==0.25.0 ; python_full_version == "3.12.2"
uvicorn[standard]==0.25.0 ; python_full_version == "3.12.2"
uvloop==0.19.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_full_version == "3.12.2"
waitress==2.1.2 ; python_full_version == "3.12.2"
watchfiles==0.21.0 ; python_full_version == "3.12.2"
websocket-client==1.8.0 ; python_full_version == "3.12.2"
websockets==12.0 ; python_full_version == "3.12.2"
yarl==1.9.4 ; python_full_version == "3.12.2"
aiohttp==3.9.5 ; python_full_version == "3.11.9"
aiosignal==1.3.1 ; python_full_version == "3.11.9"
alembic==1.13.1 ; python_full_version == "3.11.9"
anyio==3.7.1 ; python_full_version == "3.11.9"
art==6.2 ; python_full_version == "3.11.9"
asyncio==3.4.3 ; python_full_version == "3.11.9"
attrs==23.2.0 ; python_full_version == "3.11.9"
certifi==2024.6.2 ; python_full_version == "3.11.9"
charset-normalizer==3.3.2 ; python_full_version == "3.11.9"
click==8.1.7 ; python_full_version == "3.11.9"
colorama==0.4.6 ; python_full_version == "3.11.9" and (sys_platform == "win32" or platform_system == "Windows")
dnspython==2.6.1 ; python_full_version == "3.11.9"
email-validator==2.1.1 ; python_full_version == "3.11.9"
fastapi-cli==0.0.4 ; python_full_version == "3.11.9"
fastapi-utils==0.2.1 ; python_full_version == "3.11.9"
fastapi==0.111.0 ; python_full_version == "3.11.9"
frozenlist==1.4.1 ; python_full_version == "3.11.9"
greenlet==3.0.3 ; python_full_version == "3.11.9" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")
h11==0.14.0 ; python_full_version == "3.11.9"
httpcore==1.0.5 ; python_full_version == "3.11.9"
httptools==0.6.1 ; python_full_version == "3.11.9"
httpx==0.27.0 ; python_full_version == "3.11.9"
idna==3.7 ; python_full_version == "3.11.9"
influxdb-client==1.43.0 ; python_full_version == "3.11.9"
jinja2==3.1.4 ; python_full_version == "3.11.9"
mako==1.3.5 ; python_full_version == "3.11.9"
markdown-it-py==3.0.0 ; python_full_version == "3.11.9"
markdown==3.6 ; python_full_version == "3.11.9"
markupsafe==2.1.5 ; python_full_version == "3.11.9"
mdurl==0.1.2 ; python_full_version == "3.11.9"
mergedeep==1.3.4 ; python_full_version == "3.11.9"
multidict==6.0.5 ; python_full_version == "3.11.9"
orjson==3.10.3 ; python_full_version == "3.11.9"
paho-mqtt==1.6.1 ; python_full_version == "3.11.9"
psycopg2-binary==2.9.9 ; python_full_version == "3.11.9"
pydantic==1.10.15 ; python_full_version == "3.11.9"
pygments==2.18.0 ; python_full_version == "3.11.9"
pymysql==1.1.1 ; python_full_version == "3.11.9"
pypdf==3.17.4 ; python_full_version == "3.11.9"
python-dateutil==2.9.0.post0 ; python_full_version == "3.11.9"
python-dotenv==1.0.1 ; python_full_version == "3.11.9"
python-multipart==0.0.7 ; python_full_version == "3.11.9"
pytz==2023.4 ; python_full_version == "3.11.9"
pyyaml==6.0.1 ; python_full_version == "3.11.9"
rauth==0.7.3 ; python_full_version == "3.11.9"
reactivex==4.0.4 ; python_full_version == "3.11.9"
requests==2.32.3 ; python_full_version == "3.11.9"
rich==13.7.1 ; python_full_version == "3.11.9"
setuptools==70.0.0 ; python_full_version == "3.11.9"
shellingham==1.5.4 ; python_full_version == "3.11.9"
six==1.16.0 ; python_full_version == "3.11.9"
sniffio==1.3.1 ; python_full_version == "3.11.9"
sqlalchemy==1.4.52 ; python_full_version == "3.11.9"
starlette==0.37.2 ; python_full_version == "3.11.9"
typer==0.12.3 ; python_full_version == "3.11.9"
typing-extensions==4.12.1 ; python_full_version == "3.11.9"
ujson==5.10.0 ; python_full_version == "3.11.9"
urllib3==2.2.1 ; python_full_version == "3.11.9"
uvicorn==0.25.0 ; python_full_version == "3.11.9"
uvicorn[standard]==0.25.0 ; python_full_version == "3.11.9"
uvloop==0.19.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_full_version == "3.11.9"
waitress==2.1.2 ; python_full_version == "3.11.9"
watchfiles==0.22.0 ; python_full_version == "3.11.9"
websocket-client==1.8.0 ; python_full_version == "3.11.9"
websockets==12.0 ; python_full_version == "3.11.9"
yarl==1.9.4 ; python_full_version == "3.11.9"

0 comments on commit 8b8cc78

Please sign in to comment.