Skip to content

Commit

Permalink
added new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Nov 5, 2024
1 parent 95cd6b8 commit eab473f
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 19 deletions.
73 changes: 54 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,54 @@
streamlit>=1.28.0
httpx>=0.25.0
nest-asyncio>=1.5.8
better-profanity>=0.7.0
PyPDF2>=3.0.0
python-docx>=1.0.0
python-dotenv>=1.0.0
openai>=1.3.0
tenacity>=8.2.3
typing-extensions>=4.8.0
python-json-logger>=2.0.7
aiofiles>=23.2.1
tiktoken>=0.5.1
cachetools>=5.3.2
dataclasses-json>=0.6.1
asyncio>=3.4.3
aiohttp>=3.9.1
pytest
pytest-cov
altair==5.4.1
annotated-types==0.7.0
anyio==4.6.2.post1
attrs==24.2.0
blinker==1.8.2
cachetools==5.5.0
certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
distro==1.9.0
exceptiongroup==1.2.2
gitdb==4.0.11
GitPython==3.1.43
h11==0.14.0
httpcore==1.0.6
httpx==0.27.2
idna==3.10
Jinja2==3.1.4
jiter==0.7.0
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
markdown-it-py==3.0.0
MarkupSafe==3.0.2
mdurl==0.1.2
narwhals==1.13.1
numpy==2.1.3
openai==1.54.0
packaging==24.1
pandas==2.2.3
pillow==10.4.0
protobuf==5.28.3
pyarrow==18.0.0
pydantic==2.9.2
pydantic_core==2.23.4
pydeck==0.9.1
Pygments==2.18.0
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
pytz==2024.2
referencing==0.35.1
requests==2.32.3
rich==13.9.4
rpds-py==0.20.1
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
streamlit==1.39.0
tenacity==9.0.0
toml==0.10.2
tornado==6.4.1
tqdm==4.66.6
typing_extensions==4.12.2
tzdata==2024.2
urllib3==2.2.3
2 changes: 2 additions & 0 deletions streamlit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pip install -r requirements.txt
streamlit run app.py --server.port 8000 --server.address 0.0.0.0

0 comments on commit eab473f

Please sign in to comment.