Skip to content

Commit 35814b9

Browse files
committed
Tidy requirements.txt
1 parent 6a563d8 commit 35814b9

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

requirements.txt

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
1-
dash>=0.26.4
2-
dash-core-components>=0.30.0rc1
3-
dash-html-components>=0.11.0
4-
dash-renderer>=0.13.2
5-
dash-table-experiments>=0.6.0
6-
dash-dangerously-set-inner-html
7-
8-
pymatgen>=2018.11.6
9-
1+
# pin Dash versions for deployment
2+
dash==0.35.1
3+
dash-core-components==0.42.1
4+
dash-html-components==0.13.4
5+
dash-renderer==0.16.1
6+
dash-table==3.1.11
7+
dash-dangerously-set-inner-html==0.0.2
8+
9+
# server requirements
1010
gunicorn>=19.7.1
11-
https://github.com/materialsproject/pymatgen/archive/master.zip
11+
redis>=2.10.6 # caching
12+
Flask-Caching>=1.3.3
13+
raven>=6.9.0 # logging (optional)
14+
pymongo>=3.7.2 # database (optional)
15+
mongomock>=3.14.0 # database fallback
1216

13-
PyYAML>=3.12
17+
# for everything
18+
pymatgen>=2018.12.12
1419
networkx>=2.0
15-
redis>=2.10.6
16-
raven>=6.9.0
17-
Flask-Caching>=1.3.3
1820

19-
# for favorites component
21+
# for favorites
2022
toml
2123

22-
# for search component
24+
# for search
2325
fuzzywuzzy[speedup]
2426

25-
# for literature component
27+
# for literature
2628
bibtexparser
2729
pybtex
2830
habanero
@@ -31,4 +33,5 @@ latexcodec
3133
# for robocrystallographer
3234
robocrys
3335

34-
-e .
36+
# for propnet
37+
https://github.com/materialsintelligence/propnet/archive/master.zip

0 commit comments

Comments
 (0)