eaglelandsonce commited on
Commit
39798fb
·
verified ·
1 Parent(s): 76988a0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
  streamlit
2
  anthropic
3
  requests
 
 
4
 
 
1
  streamlit
2
  anthropic
3
  requests
4
+ python-dotenv # If you're using dotenv for environment variables
5
+ Pillow
6