diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 27ceab8d9df90952e9e3e2e9b2cb43354b9105f0..862aeb118e03405c3d8ae92d720fdcb49f9983c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,6 +44,7 @@ image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.7
       - .gitlab-ci.yml
       - Makefile
       - requirements_dev.txt
+      - requirements_deploy.txt
       - requirements.txt
       - setup.py
       - tests/**/*.py
diff --git a/requirements_deploy.txt b/requirements_deploy.txt
index ba996edcec3893f32b1aa660f95dc62a1ca4d249..b3c7c77bb8b239785fe9a37682d129dfea8fdae8 100644
--- a/requirements_deploy.txt
+++ b/requirements_deploy.txt
@@ -1,3 +1,3 @@
-setuptools
+setuptools>=46.0.0
 wheel
 twine
\ No newline at end of file