Skip to content

Commit 5785943

Browse files
committed
screenshot helper relies on selenium so include it in recommended.txt
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6238 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 8b07eae commit 5785943

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

recommended.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# migrid core dependencies on a format suitable for pip install as described on
1+
# migrid full dependencies on a format suitable for pip install as described on
22
# https://pip.pypa.io/en/stable/reference/requirement-specifiers/
33
future
44
# NOTE: python-3.6 and earlier versions require older pyotp, whereas 3.7+
@@ -52,5 +52,8 @@ psutil
5252
#sslkeylog
5353
pyenchant
5454

55+
# Screenshoot helper requires selenium
56+
selenium
57+
5558
# NOTE: core dependencies are listed in requirements.txt and can be installed
5659
# by pointing pip there

0 commit comments

Comments
 (0)