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.
1 parent 7dadf7d commit fc93736Copy full SHA for fc93736
setup.py
@@ -5,7 +5,7 @@
5
from setuptools import setup, find_packages
6
7
EXTRAS_REQUIRE = {
8
- "tests": ["pytest", "mock", "pytest-django==3.4.4", "factory-boy==2.11.1"],
+ "tests": ["pytest", "mock", "pytest-django==3.4.5", "factory-boy==2.11.1"],
9
"lint": [
10
"flake8==3.6.0",
11
'flake8-bugbear==18.8.0; python_version >= "3.5"',
0 commit comments