From e5b90bda92a3c7c8f0e632e7769922ee1ea3b9a0 Mon Sep 17 00:00:00 2001 From: Yader Velasquez Date: Thu, 13 May 2021 10:14:01 -0600 Subject: [PATCH] Remove requirements version --- setup.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/setup.py b/setup.py index efb0743e..0b4990c2 100755 --- a/setup.py +++ b/setup.py @@ -21,19 +21,19 @@ def get_path(fname): install_requirements = [ - "Django>=3.2,<3.3", - "bleach>=3.3.0,<3.4", - "Pillow>=8.2.0,<8.3", - "django-nyt>=1.2,<1.3", - "django-mptt>=0.12.0,<0.13", - "django-sekizai>=2.0.0,<2.1", - "sorl-thumbnail>=12.7.0,12.8", - "Markdown>=3.3.4,<3.4", + "Django", + "bleach", + "Pillow", + "django-nyt", + "django-mptt", + "django-sekizai", + "sorl-thumbnail", + "Markdown", ] test_requirements = [ - "django-functest>=1.0.3,<1.1", - "pytest>=5.3,<5.4", + "django-functest", + "pytest", "pytest-django", "pytest-cov", "pytest-pythonpath", -- 2.45.2