-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38a77c9
commit aa839fc
Showing
1 changed file
with
66 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,66 @@ | ||
aiohttp==3.9.1 ; python_version >= "3.10" and python_version < "4.0" | ||
aiosignal==1.3.1 ; python_version >= "3.10" and python_version < "4.0" | ||
alembic==1.13.1 ; python_version >= "3.10" and python_version < "4.0" | ||
anyio==4.2.0 ; python_version >= "3.10" and python_version < "4.0" | ||
art==6.1 ; python_version >= "3.10" and python_version < "4.0" | ||
asyncio==3.4.3 ; python_version >= "3.10" and python_version < "4.0" | ||
attrs==23.2.0 ; python_version >= "3.10" and python_version < "4.0" | ||
certifi==2023.11.17 ; python_version >= "3.10" and python_version < "4.0" | ||
charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "4.0" | ||
click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" | ||
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows" | ||
fastapi-utils==0.2.1 ; python_version >= "3.10" and python_version < "4.0" | ||
fastapi==0.109.0 ; python_version >= "3.10" and python_version < "4.0" | ||
frozenlist==1.4.1 ; python_version >= "3.10" and python_version < "4.0" | ||
greenlet==3.0.3 ; python_version >= "3.10" 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") and python_version < "4.0" | ||
h11==0.14.0 ; python_version >= "3.10" and python_version < "4.0" | ||
idna==3.6 ; python_version >= "3.10" and python_version < "4.0" | ||
influxdb-client==1.39.0 ; python_version >= "3.10" and python_version < "4.0" | ||
jinja2==3.1.3 ; python_version >= "3.10" and python_version < "4.0" | ||
mako==1.3.0 ; python_version >= "3.10" and python_version < "4.0" | ||
markdown==3.5.2 ; python_version >= "3.10" and python_version < "4.0" | ||
markupsafe==2.1.4 ; python_version >= "3.10" and python_version < "4.0" | ||
mergedeep==1.3.4 ; python_version >= "3.10" and python_version < "4.0" | ||
multidict==6.0.4 ; python_version >= "3.10" and python_version < "4.0" | ||
paho-mqtt==1.6.1 ; python_version >= "3.10" and python_version < "4.0" | ||
psycopg2-binary==2.9.9 ; python_version >= "3.10" and python_version < "4.0" | ||
pydantic==1.10.14 ; python_version >= "3.10" and python_version < "4.0" | ||
pymysql==1.1.0 ; python_version >= "3.10" and python_version < "4.0" | ||
pypdf==3.17.4 ; python_version >= "3.10" and python_version < "4.0" | ||
python-dateutil==2.8.2 ; python_version >= "3.10" and python_version < "4.0" | ||
python-multipart==0.0.6 ; python_version >= "3.10" and python_version < "4.0" | ||
pytz==2023.3.post1 ; python_version >= "3.10" and python_version < "4.0" | ||
pyyaml==6.0.1 ; python_version >= "3.10" and python_version < "4.0" | ||
rauth==0.7.3 ; python_version >= "3.10" and python_version < "4.0" | ||
reactivex==4.0.4 ; python_version >= "3.10" and python_version < "4.0" | ||
requests==2.31.0 ; python_version >= "3.10" and python_version < "4.0" | ||
setuptools==69.0.3 ; python_version >= "3.10" and python_version < "4.0" | ||
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" | ||
sniffio==1.3.0 ; python_version >= "3.10" and python_version < "4.0" | ||
sqlalchemy==1.4.51 ; python_version >= "3.10" and python_version < "4.0" | ||
starlette==0.35.1 ; python_version >= "3.10" and python_version < "4.0" | ||
typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "4.0" | ||
urllib3==2.1.0 ; python_version >= "3.10" and python_version < "4.0" | ||
uvicorn==0.25.0 ; python_version >= "3.10" and python_version < "4.0" | ||
waitress==2.1.2 ; python_version >= "3.10" and python_version < "4.0" | ||
websocket-client==1.7.0 ; python_version >= "3.10" and python_version < "4.0" | ||
yarl==1.9.4 ; python_version >= "3.10" and python_version < "4.0" | ||
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" |