From dc3b2da92a8ebba4a9d04b7c31d40eca5d383e8e Mon Sep 17 00:00:00 2001 From: plup <plup@plup.io> Date: Tue, 8 Dec 2020 20:24:55 +0100 Subject: [PATCH] feat: pinned deps versions --- setup.cfg | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9109601b..4b5a2612 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,14 +21,14 @@ install_requires = validators~=0.12 pyld==1.0.5 django-guardian==2.3.0 - django-cookies-samesite + django-cookies-samesite~=0.8.0 djangorestframework~=3.12 requests==2.23.0 pyyaml==5.3.1 - pyyaml == 5.3.1 - click == 7.1.1 - django-brotli - djangorestframework-guardian + pyyaml==5.3.1 + click==7.1.1 + django-brotli~=2.2.17 + djangorestframework-guardian~=0.3.0 [options.entry_points] console_scripts = -- GitLab