blob: 38b379408a2c0b32e03b1ede62c2dda24303a489 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig 2025-07-19 21:36:46 UTC
+++ setup.py
@@ -57,7 +57,6 @@ setup(
' stats elapsed time throughput'.split(),
packages=find_packages(exclude=['tests*']),
package_data={'alive_progress': ['py.typed']},
- data_files=[('', ['LICENSE'])],
python_requires='>=3.9, <4',
- install_requires=['about_time==4.2.1', 'graphemeu==0.7.2'],
+ install_requires=['about_time>=4.2.1', 'graphemeu>=0.7.2'],
)
|