chore: Pruned redundant FastAPI dependencies (watchgod, six, python-dotenv, itsdangerous, baize, async-timeout).
This commit is contained in:
@@ -10,8 +10,8 @@ aiofiles
|
|||||||
argon2-cffi
|
argon2-cffi
|
||||||
argon2-cffi-bindings
|
argon2-cffi-bindings
|
||||||
# asgiref
|
# asgiref
|
||||||
async-timeout
|
# async-timeout
|
||||||
baize # added 2023-08-17
|
# baize # added 2023-08-17
|
||||||
# certifi
|
# certifi
|
||||||
# cffi
|
# cffi
|
||||||
charset-normalizer
|
charset-normalizer
|
||||||
@@ -30,7 +30,7 @@ httpcore
|
|||||||
httptools
|
httptools
|
||||||
httpx
|
httpx
|
||||||
idna
|
idna
|
||||||
itsdangerous
|
# itsdangerous
|
||||||
# Jinja2>=3.1.2
|
# Jinja2>=3.1.2
|
||||||
MarkupSafe
|
MarkupSafe
|
||||||
mysqlclient
|
mysqlclient
|
||||||
@@ -47,7 +47,7 @@ pydantic==1.* # working 1.10.0, 1.10.15, 1.10.19; not 2.x.x
|
|||||||
PyJWT
|
PyJWT
|
||||||
pyparsing
|
pyparsing
|
||||||
python-dateutil
|
python-dateutil
|
||||||
python-dotenv
|
# python-dotenv
|
||||||
python-multipart
|
python-multipart
|
||||||
pytz
|
pytz
|
||||||
PyYAML
|
PyYAML
|
||||||
@@ -55,7 +55,7 @@ qrcode
|
|||||||
redis[hiredis] # redis==5.0.0 hiredis==2.2.3
|
redis[hiredis] # redis==5.0.0 hiredis==2.2.3
|
||||||
requests
|
requests
|
||||||
rfc3986
|
rfc3986
|
||||||
six
|
# six
|
||||||
sniffio
|
sniffio
|
||||||
SQLAlchemy==1.4.52 # working 1.4.52; (2.0.29) I am working with
|
SQLAlchemy==1.4.52 # working 1.4.52; (2.0.29) I am working with
|
||||||
starlette # working ==0.26.1, 0.22.0; not working newest 0.37.2
|
starlette # working ==0.26.1, 0.22.0; not working newest 0.37.2
|
||||||
@@ -67,7 +67,7 @@ uvicorn # working ==0.20.0
|
|||||||
uvloop
|
uvloop
|
||||||
Wand
|
Wand
|
||||||
watchfiles
|
watchfiles
|
||||||
watchgod
|
# watchgod
|
||||||
websockets
|
websockets
|
||||||
wrapt
|
wrapt
|
||||||
xlrd
|
xlrd
|
||||||
Reference in New Issue
Block a user