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-bindings
|
||||
# asgiref
|
||||
async-timeout
|
||||
baize # added 2023-08-17
|
||||
# async-timeout
|
||||
# baize # added 2023-08-17
|
||||
# certifi
|
||||
# cffi
|
||||
charset-normalizer
|
||||
@@ -30,7 +30,7 @@ httpcore
|
||||
httptools
|
||||
httpx
|
||||
idna
|
||||
itsdangerous
|
||||
# itsdangerous
|
||||
# Jinja2>=3.1.2
|
||||
MarkupSafe
|
||||
mysqlclient
|
||||
@@ -47,7 +47,7 @@ pydantic==1.* # working 1.10.0, 1.10.15, 1.10.19; not 2.x.x
|
||||
PyJWT
|
||||
pyparsing
|
||||
python-dateutil
|
||||
python-dotenv
|
||||
# python-dotenv
|
||||
python-multipart
|
||||
pytz
|
||||
PyYAML
|
||||
@@ -55,7 +55,7 @@ qrcode
|
||||
redis[hiredis] # redis==5.0.0 hiredis==2.2.3
|
||||
requests
|
||||
rfc3986
|
||||
six
|
||||
# six
|
||||
sniffio
|
||||
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
|
||||
@@ -67,7 +67,7 @@ uvicorn # working ==0.20.0
|
||||
uvloop
|
||||
Wand
|
||||
watchfiles
|
||||
watchgod
|
||||
# watchgod
|
||||
websockets
|
||||
wrapt
|
||||
xlrd
|
||||
Reference in New Issue
Block a user