Skip to content

Commit 20f5ac9

Browse files
committed
the add setup.cfg file
1 parent dd7a842 commit 20f5ac9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ project_urls =
8989
[options]
9090
include_package_data = True
9191
install_requires =
92-
packaging>=19.0
93-
pep517>=0.9.1
94-
toml>=0.10.0
95-
importlib-metadata>=0.22;python_version < "3.8"
96-
typing>=3.5.3.0;python_version < "3"
97-
virtualenv>=20.0.35;python_version < "3"
92+
# packaging>=19.0
93+
# pep517>=0.9.1
94+
# toml>=0.10.0
95+
# importlib-metadata>=0.22;python_version < "3.8"
96+
# typing>=3.5.3.0;python_version < "3"
97+
# virtualenv>=20.0.35;python_version < "3"
9898
packages = find:
9999
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
100100
package_dir =

0 commit comments

Comments
 (0)