No need for Python 3 condition anymore

This commit is contained in:
Ülgen Sarıkavak 2022-08-22 11:43:32 +03:00
parent 05e90f772b
commit 6e05643fb2

View File

@ -19,7 +19,7 @@ tests_require = [
"coveralls", "coveralls",
"mock", "mock",
"pytz", "pytz",
"django-filter>=2;python_version>='3'", "django-filter>=2",
"pytest-django>=3.3.2", "pytest-django>=3.3.2",
] + rest_framework_require ] + rest_framework_require