Seperate linting requirements.

This will ease implementing Github actions.
This commit is contained in:
Dave Shawley 2021-09-12 09:42:16 -04:00 committed by Dave Shawley
parent c6551e8024
commit 665eb71436
No known key found for this signature in database
GPG key ID: F41A8A99298F8EED
3 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,4 @@
-e .[msgpack]
-r docs.txt
-r lint.txt
-r testing.txt

1
requires/lint.txt Normal file
View file

@ -0,0 +1 @@
flake8==3.9.2

View file

@ -1,3 +1,2 @@
coverage==5.5
flake8==3.9.2
tox==3.24.3