Skip to content

Commit

Permalink
update requirements to hopefully resolve dependency resolution errors
Browse files Browse the repository at this point in the history
Signed-off-by: tim-macphail <timothy.macphail@gmail.com>
  • Loading branch information
tim-macphail committed Sep 30, 2024
1 parent cf45e8a commit 9dfbf0f
Showing 1 changed file with 37 additions and 71 deletions.
108 changes: 37 additions & 71 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,75 +1,41 @@
aiohttp==3.9.0
aiosignal==1.3.1
anyio==3.6.2
astroid==2.13.5
async-timeout==4.0.2
attrs==22.1.0
annotated-types==0.7.0
anyio==4.5.0
backports.zoneinfo==0.2.1
black==23.1.0
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==2.1.1
click==8.1.3
colorama==0.4.6
cryptography==41.0.6
dateparser==1.1.4
dill==0.3.6
dnspython==2.3.0
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
click==8.1.7
cryptography==43.0.1
dateparser==1.2.0
distro==1.9.0
dnspython==2.6.1
et-xmlfile==1.1.0
exceptiongroup==1.0.4
fastapi==0.92.0
filelock==3.10.0
frozenlist==1.3.3
exceptiongroup==1.2.2
fastapi==0.115.0
h11==0.14.0
httpcore==0.16.3
httpx==0.23.3
huggingface-hub==0.13.3
idna==3.4
iniconfig==1.1.1
isort==5.12.0
lazy-object-proxy==1.9.0
mangum==0.17.0
mccabe==0.7.0
multidict==6.0.4
mypy-extensions==0.4.3
numpy==1.24.2
openai==0.27.2
openpyxl==3.1.1
packaging==23.0
pathspec==0.10.2
pdfminer.six==20221105
pdfplumber==0.7.6
Pillow==10.0.1
platformdirs==2.5.4
pluggy==1.0.0
pycparser==2.21
pydantic==1.10.2
pylint==2.15.10
pymongo==4.3.3
pyOpenSSL==23.1.1
pyparsing==3.0.9
pytest==7.2.0
python-dateutil==2.8.2
python-dotenv==1.0.0
python-multipart==0.0.5
pytz==2022.6
pytz-deprecation-shim==0.1.0.post0
PyYAML==6.0
regex==2022.10.31
requests==2.31.0
rfc3986==1.5.0
httpcore==1.0.5
httpx==0.27.2
idna==3.10
jiter==0.5.0
mangum==0.18.0
openai==1.47.1
openpyxl==3.1.5
pdfminer.six==20231228
pdfplumber==0.11.4
pillow==10.4.0
pycparser==2.22
pydantic==2.9.2
pydantic_core==2.23.4
pypdfium2==4.30.0
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
python-multipart==0.0.10
pytz==2024.2
regex==2024.9.11
six==1.16.0
sniffio==1.3.0
starlette==0.27.0
tomli==2.0.1
tomlkit==0.11.6
tqdm==4.65.0
typing-extensions==4.4.0
tzdata==2022.7
tzlocal==4.2
urllib3==1.26.18
uvicorn==0.19.0
Wand==0.6.11
websockets==10.4
wrapt==1.14.1
yarl==1.8.2
sniffio==1.3.1
starlette==0.38.6
tqdm==4.66.5
typing_extensions==4.12.2
tzlocal==5.2
uvicorn==0.30.6

0 comments on commit 9dfbf0f

Please sign in to comment.