Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
streamlit
|
3 |
+
httpx
|
4 |
+
openai
|
5 |
+
pydantic
|
6 |
+
uvicorn
|
7 |
+
feedparser
|
8 |
+
xmltodict
|
9 |
+
spacy
|
10 |
+
scispacy
|
11 |
+
en_core_sci_sm @ https://github.com/allenai/scispacy-models/releases/download/en_core_sci_sm-0.5.1/en_core_sci_sm-0.5.1.tar.gz
|
12 |
+
python-dotenv
|