22 lines
534 B
Diff
Raw Permalink Normal View History

2024-02-21 18:01:18 +06:00
--- a/asttokens.egg-info/requires.txt 2022-10-29 17:23:38.000000000 +0600
+++ b/asttokens.egg-info/requires.txt 2024-02-06 22:55:10.726907409 +0600
@@ -1,8 +1,5 @@
six
-[:python_version < "3.5"]
-typing
-
[test]
astroid<=2.5.3
pytest
--- a/setup.cfg 2022-10-29 17:23:38.843023000 +0600
+++ b/setup.cfg 2024-02-06 22:55:22.866832092 +0600
@@ -35,7 +35,6 @@
packages = asttokens
install_requires =
six
- typing; python_version < "3.5"
setup_requires = setuptools>=44; setuptools_scm[toml]>=3.4.3
[options.extras_require]