File tree 3 files changed +1
-11
lines changed
3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ classifiers = [
16
16
" License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
17
17
]
18
18
dynamic = [" version" ]
19
- dependencies = [
20
- " importlib_metadata; python_version < '3.8'" ,
21
- " importlib_resources; python_version < '3.9'" ,
22
- ]
23
19
24
20
25
21
[project .urls ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ psycopg2==2.9.9 # requires libpq to build
6
6
IPy==1.01
7
7
pyaml
8
8
9
- twisted~ =23.8.0 # last version that still supports Python 3.7
9
+ twisted> =23.8.0
10
10
11
11
networkx==2.6.3
12
12
Pillow>3.3.2
@@ -35,7 +35,4 @@ libsass==0.15.1
35
35
36
36
napalm==3.4.1
37
37
38
- backports.zoneinfo ; python_version < '3.9'
39
- importlib_metadata ; python_version < '3.8'
40
- importlib_resources ; python_version < '3.9'
41
38
git+https://github.com/Uninett/
[email protected] #egg=drf-oidc-auth
You can’t perform that action at this time.
0 commit comments