anujkarn commited on
Commit
4942015
1 Parent(s): 2dc095c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -8
requirements.txt CHANGED
@@ -1,9 +1,14 @@
1
- streamlit
2
- numpy
3
- pandas
4
- nltk
5
- spacy
6
- fuzzywuzzy
7
- streamlit-aggrid
 
 
 
 
8
  SPARQLWrapper==2.0.0
9
- wikipedia==1.4.0
 
 
1
+ fastapi==0.88.0
2
+ fuzzywuzzy==0.18.0
3
+ matplotlib==3.3.4
4
+ newspaper==0.1.0.7
5
+ newspaper3k==0.2.8
6
+ nltk==3.6.1
7
+ numpy==1.19.5
8
+ pandas==1.2.4
9
+ Pillow==9.3.0
10
+ requests==2.25.1
11
+ spacy==2.3.7
12
  SPARQLWrapper==2.0.0
13
+ streamlit==1.11.1
14
+ wikipedia==1.4.0