Skip to content

Commit b71f39e

Browse files
authored
Merge pull request #65 from apprenticelearner/requirements-fix
Requirements fix
2 parents 1827bb2 + d4305bc commit b71f39e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ concept-formation==0.3.4
33
Django==2.1.11
44
django-flashpolicies==1.10
55
django-extensions==2.2.8
6-
-e git+https://github.com/eharpste/django-picklefield.git#egg=django-picklefield
6+
django-picklefield @ git+https://github.com/eharpste/django-picklefield.git
77
munkres==1.0.12
88
numpy>=1.16.0
99
ordered-set==3.0.2
@@ -14,7 +14,7 @@ six==1.11.0
1414
tabulate==0.8.2
1515
verlib==0.1
1616
jsondiff
17-
-e git+https://gitlab+deploy-token-3:[email protected]/apprentice/experta.git#egg=experta
17+
experta @ git+https://gitlab+deploy-token-3:[email protected]/apprentice/experta.git
1818
nltk
1919
coloredlogs
2020
PyYAML
@@ -24,4 +24,4 @@ scikit-learn
2424
dill
2525
django-cors-headers
2626
numba>=0.50.1
27-
-e git+https://github.com/DannyWeitekamp/numbert#egg=numbert
27+
numbert @ git+https://github.com/DannyWeitekamp/numbert.git

0 commit comments

Comments
 (0)