Skip to content

Commit 92cd32e

Browse files
Remove constraints/extra requirements due to Python 3.7/3.8
1 parent 5c61e15 commit 92cd32e

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

constraints.txt

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
# ciscoconfparse 1.8 has a bug that prevents it from being imported on Python 3.7,
2-
# even though it claims compatibility with 3.7.
3-
ciscoconfparse<1.8.0 ; python_version < '3.8'

pyproject.toml

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ classifiers = [
1616
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
1717
]
1818
dynamic = ["version"]
19-
dependencies = [
20-
"importlib_metadata; python_version < '3.8'",
21-
"importlib_resources; python_version < '3.9'",
22-
]
2319

2420

2521
[project.urls]

requirements/base.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ psycopg2==2.9.9 # requires libpq to build
66
IPy==1.01
77
pyaml
88

9-
twisted~=23.8.0 # last version that still supports Python 3.7
9+
twisted>=23.8.0
1010

1111
networkx==2.6.3
1212
Pillow>3.3.2
@@ -35,7 +35,4 @@ libsass==0.15.1
3535

3636
napalm==3.4.1
3737

38-
backports.zoneinfo ; python_version < '3.9'
39-
importlib_metadata ; python_version < '3.8'
40-
importlib_resources ; python_version < '3.9'
4138
git+https://github.com/Uninett/[email protected]#egg=drf-oidc-auth

0 commit comments

Comments
 (0)