Skip to content

Commit 8d20cc4

Browse files
committed
Merge remote-tracking branch 'origin/master' into edge
2 parents 8b63fa0 + d04dab8 commit 8d20cc4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

recommended.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
# migrid recommended libs on a format suitable for pip install as described on
210
# https://pip.pypa.io/en/stable/reference/requirement-specifiers/
311
wsgidav
@@ -15,14 +23,12 @@ requests
1523
pdfkit
1624
xvfbwrapper
1725
openstackclient
18-
pyyaml
1926
nbformat
2027
more-itertools
2128
nbconvert
2229
papermill
2330
notebook_parameterizer
2431
psutil
25-
email-validator
2632
dnspython
2733
# sslkeylog requires libssl-dev or similar system package to build
2834
#sslkeylog

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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
22
# https://pip.pypa.io/en/stable/reference/requirement-specifiers/
33
future
44
pyotp;python_version >= "3"
55
pyotp<2.4;python_version < "3"
66
pyyaml
7+
email-validator
78

89
# NOTE: additional optional dependencies depending on site conf are listed
910
# in recommended.txt and can be installed in the same manner by pointing

0 commit comments

Comments
 (0)