Skip to content

Commit 4e7ee3e

Browse files
author
Vladimir Kotal
committed
do not hardcode exact versions
fixes #3368
1 parent ecb835e commit 4e7ee3e

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

opengrok-tools/requirements.txt

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
certifi==2018.8.24
2-
chardet==3.0.4
3-
filelock==3.0.10
4-
idna==2.7
5-
JsonForm==0.0.2
6-
jsonschema==2.6.0
7-
JsonSir==0.0.2
8-
Python-EasyConfig==0.1.7
9-
PyYAML==3.13
10-
requests==2.20.0
11-
Resource==0.2.1
12-
six==1.11.0
13-
urllib3==1.23
14-
GitPython==3.0.6
1+
# installs dependencies from ./setup.py, and the package itself,
2+
# in editable mode
3+
-e .

0 commit comments

Comments
 (0)