From 8588c270f5b9f405ac478269d597980f8c08a901 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Tue, 9 Jan 2024 15:15:15 +0100
Subject: [PATCH] get requirements version from file

---
 requirements-dev.txt | 2 +-
 setup.cfg            | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index 6cea7e6..306aa8d 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,2 +1,2 @@
-setuptools
+setuptools>=62.6
 twine
\ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
index 3ad0c39..0d6e746 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -29,5 +29,4 @@ classifiers =
 include_package_data = true
 packages = find:
 python_requires = >=3.8
-install_requires =
-    Django >= X.Y  # Replace "X.Y" as appropriate
\ No newline at end of file
+install_requires = file: requirements.txt
\ No newline at end of file
-- 
GitLab