0
0
mirror of https://github.com/thegeeklab/corenetworks.git synced 2024-11-13 00:10:42 +00:00

fix legacy py27 support

This commit is contained in:
Robert Kaussow 2020-11-11 22:15:10 +01:00
parent 2c5c577635
commit a91b69bc32
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -1,4 +1,5 @@
pydocstyle==5.1.1
pydocstyle==3.0.0; python_version < "3.5"
pydocstyle; python_version >= "3.5"
flake8
flake8-colors
flake8-blind-except