Skip to content

Commit f854067

Browse files
fixed dependency versions
1 parent 25b9c83 commit f854067

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
license='mit',
1313
python_requires='>=3.5',
1414
install_requires=[
15-
'darjeeling>=0.1.10',
16-
'bugzoo>=2.1.14',
17-
'boggart>=0.1.12',
18-
'rooibos>=0.3.0',
19-
'kaskara>=0.0.3',
15+
'darjeeling==0.1.11',
16+
'bugzoo==2.1.14',
17+
'boggart==0.1.12',
18+
'rooibos==0.3.0',
19+
'kaskara==0.0.3',
2020
'requests',
2121
'flask'
2222
],

0 commit comments

Comments
 (0)