Skip to content

to make it work with digitalocean app platform in may 2024 #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: uvicorn main:app --host 0.0.0.0 --port ${PORT:-8080}
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.3
aiohttp==3.8.5
aiosignal==1.3.1
anyio==3.6.2
appdirs==1.4.4
Expand All @@ -7,21 +7,21 @@ attrs==22.2.0
beautifulsoup4==4.11.1
Bottleneck==1.3.5
brotlipy==0.7.0
certifi==2022.12.7
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==2.1.1
click==8.1.3
colorama==0.4.6
contourpy==1.0.5
cryptography==41.0.0
cryptography==40.0.2 # Compatible with pyopenssl
cycler==0.11.0
docker-pycreds==0.4.0
et-xmlfile==1.1.0
fastapi==0.95.0
fonttools==4.25.0
frozenlist==1.3.3
gitdb==4.0.10
GitPython==3.1.31
GitPython==3.1.32
h11==0.12.0
idna==3.4
joblib==1.2.0
Expand All @@ -30,10 +30,10 @@ matplotlib==3.7.1
multidict==6.0.2
munkres==1.1.4
numexpr==2.8.4
numpy==1.23.5
numpy==1.25.2
openai==0.27.2
openpyxl==3.0.9
packaging==23.0
openpyxl==3.1.2
packaging==23.1
pandas==1.5.3
pandas-stubs==1.5.3.230321
pathtools==0.1.2
Expand All @@ -43,10 +43,10 @@ platformdirs==3.2.0
plotly==5.13.1
pooch==1.7.0
protobuf==3.20.3
psutil==5.9.0
psutil==5.9.5
pycparser==2.21
pydantic==1.10.2
pyOpenSSL==23.1.0
pyOpenSSL==23.1.0 # Ensure compatible version
pyparsing==3.0.9
PySocks==1.7.1
python-dateutil==2.8.2
Expand All @@ -62,7 +62,7 @@ six==1.16.0
smmap==3.0.5
sniffio==1.3.0
soupsieve==2.3.2.post1
starlette==0.27.0
starlette>=0.26.1,<0.28
tenacity==8.2.2
threadpoolctl==3.1.0
tqdm==4.65.0
Expand Down
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.9.18