added requirements

This commit is contained in:
Prakyath 2021-12-01 19:03:00 -06:00
parent 31e02f267c
commit 65b3f0e4fd
2 changed files with 21 additions and 0 deletions

View File

@ -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
View 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