added requirements
This commit is contained in:
parent
31e02f267c
commit
65b3f0e4fd
@ -34,6 +34,12 @@ All of the database will be stored inside the `data` directory. Finally, if you'
|
||||
|
||||
Finally, if you'd like to send periodic emails to users about new papers, see the `send_emails.py` script. I run this script in a daily cron job.
|
||||
|
||||
#### Requirements
|
||||
Install requirements:
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
#### todos
|
||||
|
||||
- I need a proper requirements.txt and such
|
||||
|
||||
15
requirements.txt
Normal file
15
requirements.txt
Normal file
@ -0,0 +1,15 @@
|
||||
click==8.0.3
|
||||
feedparser==6.0.8
|
||||
Flask==2.0.2
|
||||
itsdangerous==2.0.1
|
||||
Jinja2==3.0.3
|
||||
joblib==1.1.0
|
||||
MarkupSafe==2.0.1
|
||||
numpy==1.21.4
|
||||
scikit-learn==1.0.1
|
||||
scipy==1.7.3
|
||||
sgmllib3k==1.0.0
|
||||
sklearn==0.0
|
||||
sqlitedict==1.7.0
|
||||
threadpoolctl==3.0.0
|
||||
Werkzeug==2.0.2
|
||||
Loading…
Reference in New Issue
Block a user