Update Dockerfile
This commit is contained in:
29
requirements.txt
Normal file
29
requirements.txt
Normal file
@ -0,0 +1,29 @@
|
||||
anyio==3.5.0; python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
asgiref==3.5.0; python_version >= "3.7"
|
||||
certifi==2021.10.8; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
|
||||
charset-normalizer==2.0.12; python_full_version >= "3.6.0" and python_version >= "3"
|
||||
click==8.1.2; python_version >= "3.7"
|
||||
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" and platform_system == "Windows" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.5.0" and platform_system == "Windows"
|
||||
discord-webhook==0.15.0
|
||||
fastapi==0.75.2; python_full_version >= "3.6.1"
|
||||
ffmpeg-python==0.2.0
|
||||
future==0.18.2; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
||||
h11==0.13.0; python_version >= "3.7"
|
||||
httptools==0.4.0; python_version >= "3.7" and python_full_version >= "3.5.0"
|
||||
idna==3.3; python_full_version >= "3.6.2" and python_version >= "3.7"
|
||||
jinja2==3.1.1; python_version >= "3.7"
|
||||
markupsafe==2.1.1; python_version >= "3.7"
|
||||
pydantic==1.9.0; python_full_version >= "3.6.1"
|
||||
python-dotenv==0.20.0; python_version >= "3.5"
|
||||
python-multipart==0.0.5
|
||||
pyyaml==6.0; python_version >= "3.7"
|
||||
requests==2.27.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
|
||||
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
||||
sniffio==1.2.0; python_version >= "3.7" and python_full_version >= "3.6.2"
|
||||
starlette==0.17.1; python_version >= "3.6" and python_full_version >= "3.6.1"
|
||||
typing-extensions==4.2.0; python_version >= "3.7" and python_full_version >= "3.6.1"
|
||||
urllib3==1.26.9; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4"
|
||||
uvicorn==0.17.6; python_version >= "3.7"
|
||||
uvloop==0.16.0; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version >= "3.7"
|
||||
watchgod==0.8.2; python_version >= "3.7"
|
||||
websockets==10.3; python_version >= "3.7"
|
Reference in New Issue
Block a user