19 lines
740 B
Diff
19 lines
740 B
Diff
--- a/wcwidth.egg-info/requires.txt 2024-01-06 08:10:45.000000000 +0600
|
|
+++ b/wcwidth.egg-info/requires.txt 2024-02-06 21:15:10.896441926 +0600
|
|
@@ -1,3 +0,0 @@
|
|
-
|
|
-[:python_version < "3.2"]
|
|
-backports.functools-lru-cache>=1.2.1
|
|
--- a/setup.py 2024-01-06 08:06:54.000000000 +0600
|
|
+++ b/setup.py 2024-02-06 21:14:35.543669159 +0600
|
|
@@ -51,8 +51,7 @@
|
|
_get_here('README.rst'), 'rb', 'utf8').read(),
|
|
author='Jeff Quast',
|
|
author_email='contact@jeffquast.com',
|
|
- install_requires=('backports.functools-lru-cache>=1.2.1;'
|
|
- 'python_version < "3.2"'),
|
|
+ install_requires=[],
|
|
license='MIT',
|
|
packages=['wcwidth'],
|
|
url='https://github.com/jquast/wcwidth',
|