Fix dependencies to versions that support Python 2
This commit is contained in:
parent
f009f7da8c
commit
00134d2df3
2 changed files with 9 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
-r requirements.txt
|
||||
mock
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue