File tree Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Expand file tree Collapse file tree 1 file changed +21
-18
lines changed Original file line number Diff line number Diff line change 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
10
10
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
12
16
13
- PyYAML >= 3.12
17
+ # for everything
18
+ pymatgen >= 2018.12.12
14
19
networkx >= 2.0
15
- redis >= 2.10.6
16
- raven >= 6.9.0
17
- Flask-Caching >= 1.3.3
18
20
19
- # for favorites component
21
+ # for favorites
20
22
toml
21
23
22
- # for search component
24
+ # for search
23
25
fuzzywuzzy [speedup ]
24
26
25
- # for literature component
27
+ # for literature
26
28
bibtexparser
27
29
pybtex
28
30
habanero
@@ -31,4 +33,5 @@ latexcodec
31
33
# for robocrystallographer
32
34
robocrys
33
35
34
- -e .
36
+ # for propnet
37
+ https://github.com/materialsintelligence/propnet/archive/master.zip
You can’t perform that action at this time.
0 commit comments