We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d80a12 + f1480fb commit 0472d95Copy full SHA for 0472d95
requirements_dev.txt
@@ -13,7 +13,7 @@ quart==0.8.0;python_version>="3.7" # pyup: update minor
13
14
# tests
15
coverage==4.5.1 # pyup: update minor
16
-flake8==3.5.0 # pyup: update minor
+flake8==3.7.1 # pyup: update minor
17
tox==3.7.0 # pyup: update minor
18
pytest==4.1.0 # pyup: update minor
19
pytest-runner==4.2 # pyup: update minor
tox.ini
@@ -9,7 +9,7 @@ python =
9
10
[testenv:flake8]
11
basepython=python
12
-deps=flake8==3.5.0
+deps=flake8
commands=flake8 gino
[testenv]
0 commit comments