From 2fc7616b1f0ae0f73b0867f5deb65bde99426a31 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <47090312+singiamtel@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:54:39 +0100 Subject: [PATCH] Keep dependencies properly synced (#1451) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 26cb879c..c989e963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ [project.optional-dependencies] services = [ - "Twisted==18.9.0", + "Twisted", "klein", "python-ldap" ] diff --git a/setup.py b/setup.py index 70a1484c..23dbf7ee 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ # for example: # $ pip install -e .[dev,test] extras_require={ - "services": ["Twisted==18.9.0", "klein", "python-ldap"], + "services": ["Twisted", "klein", "python-ldap"], "ci": [ "gql", "requests-toolbelt", # for gql