12 lines
445 B
Diff
12 lines
445 B
Diff
|
diff -Naur a/hypothesis-python/setup.py b/hypothesis-python/setup.py
|
||
|
--- a/hypothesis-python/setup.py 2024-01-08 16:50:21.035798209 +0600
|
||
|
+++ b/hypothesis-python/setup.py 2024-01-08 16:51:01.305542356 +0600
|
||
|
@@ -102,7 +102,6 @@
|
||
|
extras_require=extras,
|
||
|
install_requires=[
|
||
|
"attrs>=19.2.0",
|
||
|
- "exceptiongroup>=1.0.0 ; python_version<'3.11'",
|
||
|
"sortedcontainers>=2.1.0,<3.0.0",
|
||
|
],
|
||
|
python_requires=">=3.7",
|