From d4a61944a2fd4fc14705beb6fe3ac210c32b6d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Thu, 8 Apr 2021 13:04:11 +0200 Subject: [PATCH] Unpin faker --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 359bb127..7d68acdd 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ ], extras_require={ 'with_django': ['Django'], - 'for_tests': ['django_tables2', 'factory-boy', 'coverage', 'pytest', 'Faker<=5.0.1'], + 'for_tests': ['django_tables2', 'factory-boy', 'coverage', 'pytest'], }, license='GPLv2', classifiers=[