mgbam commited on
Commit
5e3c7b5
·
verified ·
1 Parent(s): 3d539ca

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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