Skip to content

Commit 83fe7d2

Browse files
author
Hugo Osvaldo Barrera
committed
Pin dependencies to older versions
Just to get master back up and running again, pin libraries to the versions we used back when the latest development happened. I'll start upgrading them gradually, but need a green master first.
1 parent 78599a1 commit 83fe7d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
requirements = [
1414
# https://github.com/mitsuhiko/click/issues/200
15-
'click>=5.0',
15+
'click>=5.0,<6.0',
1616
'click-log>=0.3.0, <0.4.0',
1717

1818
# https://github.com/pimutils/vdirsyncer/issues/478

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
hypothesis>=3.1
1+
hypothesis>=3.1,<4.0
22
pytest
33
pytest-localserver
44
pytest-subtesthack

0 commit comments

Comments
 (0)