bloomberg / attrs-strict

Provides runtime validation of attributes specified in Python 'attr'-based data classes.
Apache License 2.0
52 stars 19 forks source link

Python 2.7 install_requires missing package #49

Closed lironhl closed 4 years ago

lironhl commented 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.

To Reproduce Just import the package in Python 2.7 import attrs_strict

erikseulean commented 4 years ago

This is done! Thank you @lironhl !

gaborbernat commented 4 years ago

https://pypi.org/project/attrs-strict/0.1.2/