update requirements-dev.txt

This commit is contained in:
Michael Penkov 2020-04-29 15:42:40 +09:00
parent 45d99aef69
commit 79b022fbc1

View File

@ -1,5 +1,4 @@
-r requirements.txt
mock<=3.0.5 # Last version compatible with Python 2.7
nose
black; python_version >= '3.6'
regex==2019.11.1; python_version >= '3.6' # Needed for black
@ -18,3 +17,21 @@ click==6.7
inflection==0.3.1
lxml==4.2.3
beautifulsoup4==4.6.0
#
# The below pins mirror the Python version-conditional pins in setup.py
#
Jinja2>=2.10.1; python_version >= '3.6'
mock; python_version >= '3.6'
more-itertools; python_version >= '3.6'
setuptools; python_version >= '3.6'
sshpubkeys>=3.1.0; python_version >= '3.6'
zipp; python_version >= '3.6'
configparser<5.0; python_version == '2.7'
Jinja2<3.0.0,>=2.10.1; python_version == '2.7'
mock<=3.0.5; python_version == '2.7'
more-itertools==5.0.0; python_version == '2.7'
setuptools==44.0.0; python_version == '2.7'
sshpubkeys>=3.1.0,<4.0; python_version == '2.7'
zipp==0.6.0; python_version == '2.7'