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.
This commit is contained in:
Hugo Osvaldo Barrera 2020-06-08 13:15:27 +02:00
parent 78599a131d
commit 83fe7d2c8a
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ from setuptools import Command, find_packages, setup
requirements = [
# https://github.com/mitsuhiko/click/issues/200
'click>=5.0',
'click>=5.0,<6.0',
'click-log>=0.3.0, <0.4.0',
# https://github.com/pimutils/vdirsyncer/issues/478

View file

@ -1,4 +1,4 @@
hypothesis>=3.1
hypothesis>=3.1,<4.0
pytest
pytest-localserver
pytest-subtesthack