Closed lironhl closed 4 years ago
Describe the bug Even though attrs-strict uses funcsigs package in _type_validation.py it's not specified inside setup.cfg install_requires.
attrs-strict
funcsigs
install_requires
To Reproduce Just import the package in Python 2.7 import attrs_strict
import attrs_strict
This is done! Thank you @lironhl !
https://pypi.org/project/attrs-strict/0.1.2/
Describe the bug Even though
attrs-strict
usesfuncsigs
package in _type_validation.py it's not specified inside setup.cfginstall_requires
.To Reproduce Just import the package in Python 2.7
import attrs_strict