-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathrequirements.txt
More file actions
27 lines (26 loc) · 863 Bytes
/
Copy pathrequirements.txt
File metadata and controls
27 lines (26 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
arrow>=1.2.2
bs4>=0.0.1
google-api-python-client>=2.49.0
google-auth-oauthlib>=0.5.1
httplib2>=0.20.4
oauth2client~=4.1.3
python-dateutil>=2.8.2
requests>=2.27.1
setuptools>=62.3.2
tqdm>=4.64.0
yaml-config-wrapper==1.0.4
termcolor-logger==1.0.3
high_sql==1.0.2
pyemail_sender==1.0.1
cloud_filemanager==1.0.1
# The dashboard's own dependencies. They were missing: everything above is what the posting loop
# needs, and flask_app.py was running only because the machine it ran on happened to have these
# installed. A build elsewhere had nothing to import Flask from.
# Pinned to the versions the dashboard is verified against rather than floated, so a release of
# any of them cannot change what is serving without the change being made here first.
Flask==3.1.3
Flask-SQLAlchemy==3.1.1
Flask-BasicAuth==0.2.0
SQLAlchemy==2.0.52
PyMySQL==1.2.0
python-dotenv==1.2.3