mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
Changes: https://github.com/bpython/curtsies/blob/master/CHANGELOG.md https://github.com/bpython/curtsies/commits/master
11 lines
300 B
Python
11 lines
300 B
Python
--- setup.py.orig 2018-02-13 22:54:06 UTC
|
|
+++ setup.py
|
|
@@ -41,7 +41,7 @@ setup(name='curtsies',
|
|
install_requires = [
|
|
'blessings>=1.5',
|
|
'wcwidth>=0.1.4',
|
|
- 'typing',
|
|
+ 'typing; python_version<"3.5"',
|
|
],
|
|
tests_require = [
|
|
'mock',
|