Skip to content

Commit 11cae84

Browse files
authored
Merge pull request #64 from dshemetov/fix_py_docker_reqs
Update py requirements for flask server
2 parents 8ab8840 + 95aa874 commit 11cae84

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

dev/docker/python/assets/requirements.txt

+8-3
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,26 @@ delphi_utils
55
docker
66
dropbox
77
epiweeks
8+
Flask==1.1.2
89
freezegun
910
google-api-python-client
1011
lxml
1112
matplotlib
1213
mysql-connector
14+
mysqlclient==2.0.2
15+
newrelic
1316
numpy
14-
pandas
17+
orjson==3.4.7
18+
pandas==1.2.3
1519
pycountry
1620
pymysql
1721
pytest
22+
python-dotenv==0.15.0
1823
requests
1924
sas7bdat
2025
scikit-learn
21-
scipy
26+
scipy==1.6.2
2227
selenium
23-
sqlalchemy
28+
SQLAlchemy==1.3.22
2429
structlog
2530
xlrd

0 commit comments

Comments
 (0)