There was an error while loading. Please reload this page.
1 parent 9fe180b commit dc294bcCopy full SHA for dc294bc
2 files changed
requirements.txt
@@ -10,6 +10,7 @@ idna==3.3
10
importlib-metadata==4.12.0
11
intbitset==3.0.1
12
packageurl-python==0.10.0
13
+packaging==21.3
14
packvers==21.5
15
pip-requirements-parser==32.0.1
16
pkginfo2==30.0.0
setup.cfg
@@ -69,7 +69,7 @@ install_requires =
69
tinynetrc >= 1.3.1
70
toml >= 0.10.0
71
mock >= 3.0.5
72
- # packaging >= 21.3
+ packaging >= 21.3
73
packvers >= 21.5
74
[options.packages.find]
75
where = src
0 commit comments