Unknown
This commit is contained in:
BIN
conf/.aether_fastapi_requirements [good].txt.bak.kate-swp
Normal file
BIN
conf/.aether_fastapi_requirements [good].txt.bak.kate-swp
Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
|
||||
# Gunicorn config variables
|
||||
loglevel = "warning"
|
||||
loglevel = "debug"
|
||||
|
||||
accesslog = "/logs/gunicorn_access.log" # "-" # stdout
|
||||
errorlog = "/logs/gunicorn_error.log" # "-" # stderr
|
||||
@@ -29,7 +29,7 @@ keepalive = 2 # default 2; setting higher because behind load balancer (nginx)
|
||||
# Reload does not work correctly with UvicornWorker
|
||||
# https://github.com/benoitc/gunicorn/issues/2339
|
||||
# Disable reload if using more than one thread
|
||||
reload = True
|
||||
##### reload = True
|
||||
|
||||
# reload_engine = "poll"
|
||||
|
||||
|
||||
63
conf/aether_fastapi_requirements [good Docker dev].txt
Normal file
63
conf/aether_fastapi_requirements [good Docker dev].txt
Normal file
@@ -0,0 +1,63 @@
|
||||
# aioredis # BAD! Not maintained!
|
||||
anyio
|
||||
argon2-cffi
|
||||
argon2-cffi-bindings
|
||||
asgiref
|
||||
async-timeout
|
||||
certifi
|
||||
cffi
|
||||
charset-normalizer
|
||||
click
|
||||
Deprecated
|
||||
dnspython
|
||||
email-validator
|
||||
et-xmlfile
|
||||
fastapi
|
||||
greenlet
|
||||
gunicorn
|
||||
h11
|
||||
html2text
|
||||
httpcore
|
||||
httptools
|
||||
httpx
|
||||
idna
|
||||
itsdangerous
|
||||
Jinja2
|
||||
MarkupSafe
|
||||
mysqlclient
|
||||
numpy
|
||||
openpyxl
|
||||
orjson
|
||||
packaging
|
||||
pandas
|
||||
passlib
|
||||
pdf2image
|
||||
Pillow
|
||||
pycparser
|
||||
pydantic
|
||||
PyJWT
|
||||
pyparsing
|
||||
python-dateutil
|
||||
python-dotenv
|
||||
python-multipart
|
||||
pytz
|
||||
PyYAML
|
||||
qrcode
|
||||
redis[hiredis]
|
||||
requests
|
||||
rfc3986
|
||||
six
|
||||
sniffio
|
||||
SQLAlchemy==1.4.47 # 1.4.47 is the newest I am working with
|
||||
starlette
|
||||
stripe
|
||||
typing_extensions
|
||||
ujson
|
||||
urllib3
|
||||
uvicorn
|
||||
uvloop
|
||||
watchfiles
|
||||
watchgod
|
||||
websockets
|
||||
wrapt
|
||||
xlrd
|
||||
@@ -1,3 +1,4 @@
|
||||
# aioredis # BAD! Not maintained!
|
||||
anyio
|
||||
argon2-cffi
|
||||
argon2-cffi-bindings
|
||||
@@ -30,6 +31,7 @@ orjson
|
||||
packaging
|
||||
pandas
|
||||
passlib
|
||||
pdf2image
|
||||
Pillow
|
||||
pycparser
|
||||
pydantic
|
||||
@@ -41,7 +43,7 @@ python-multipart
|
||||
pytz
|
||||
PyYAML
|
||||
qrcode
|
||||
redis
|
||||
redis[hiredis]
|
||||
requests
|
||||
rfc3986
|
||||
six
|
||||
|
||||
1
conf/aether_fastapi_requirements_current.txt
Normal file
1
conf/aether_fastapi_requirements_current.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
0
conf/requirements_current.txt
Normal file
0
conf/requirements_current.txt
Normal file
Reference in New Issue
Block a user