ivankorobkov / python-inject

Python dependency injection
Apache License 2.0
694 stars 79 forks source link

Bug/typing issue with py37 #35

Closed jdmeyer3 closed 5 years ago

jdmeyer3 commented 5 years ago

Removes typing as a requirement if the python version is above Py35. This is to address #34