File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ # migrid core dependencies on a format suitable for pip install as described on
2
+ # https://pip.pypa.io/en/stable/reference/requirement-specifiers/
3
+ future
4
+ pyotp;python_version >= "3"
5
+ pyotp<2.4;python_version < "3"
6
+ pyyaml
7
+ email-validator
8
+
1
9
# migrid recommended libs on a format suitable for pip install as described on
2
10
# https://pip.pypa.io/en/stable/reference/requirement-specifiers/
3
11
wsgidav
@@ -15,14 +23,12 @@ requests
15
23
pdfkit
16
24
xvfbwrapper
17
25
openstackclient
18
- pyyaml
19
26
nbformat
20
27
more-itertools
21
28
nbconvert
22
29
papermill
23
30
notebook_parameterizer
24
31
psutil
25
- email-validator
26
32
dnspython
27
33
# sslkeylog requires libssl-dev or similar system package to build
28
34
#sslkeylog
Original file line number Diff line number Diff line change 1
- # migrid dependencies on a format suitable for pip install as described on
1
+ # migrid core dependencies on a format suitable for pip install as described on
2
2
# https://pip.pypa.io/en/stable/reference/requirement-specifiers/
3
3
future
4
4
pyotp ;python_version >= "3"
5
5
pyotp < 2.4 ;python_version < "3"
6
6
pyyaml
7
+ email-validator
7
8
8
9
# NOTE: additional optional dependencies depending on site conf are listed
9
10
# in recommended.txt and can be installed in the same manner by pointing
You can’t perform that action at this time.
0 commit comments