anentropic / python-waterloo

A cli tool to convert type annotations found in 'Google-style' docstrings into mypy py2 type comments (and from there into py3 type annotations).
2 stars 0 forks source link

use poetry instead of pipenv? #33

Closed anentropic closed 4 years ago

anentropic commented 4 years ago

this is inspired by (and fixes) the current broken pypi install 🤦

problem was due to forgetting to add new dependencies to setup.py (and using pipenv to install things locally and for test runs)

poetry will hopefully avoid this happening in future since there is only a single file to maintain deps for all use cases