mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
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:
parent
78599a131d
commit
83fe7d2c8a
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
hypothesis>=3.1
|
||||
hypothesis>=3.1,<4.0
|
||||
pytest
|
||||
pytest-localserver
|
||||
pytest-subtesthack
|
||||
|
|
|
|||
Loading…
Reference in a new issue