Skip to content

Commit

Permalink
feat: Upgrade Streamlit version and add alternative .venv to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bklieger committed Aug 4, 2024
1 parent e6c040e commit a294148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.env
venv
venv
.venv
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ pydyf==0.10.0
Pygments==2.18.0
pyphen==0.15.0
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
pytz==2024.1
referencing==0.35.1
requests==2.31.0
Expand All @@ -54,7 +55,7 @@ rpds-py==0.18.1
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
streamlit==1.34.0
streamlit==1.37.0
tenacity==8.3.0
tinycss2==1.3.0
toml==0.10.2
Expand All @@ -66,4 +67,3 @@ urllib3==2.2.1
weasyprint==62.3
webencodings==0.5.1
zopfli==0.2.3
python-dotenv==1.0.1

0 comments on commit a294148

Please sign in to comment.