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:
parent
2c5c577635
commit
a91b69bc32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user