unpin poetry version in requirments

This commit is contained in:
Jonathan Wren 2020-01-14 22:58:36 -08:00
parent 17ce55e031
commit e048d1bdf1

View file

@ -13,7 +13,7 @@ before_install:
- date
install:
- pip install poetry~=0.12.17
- pip install poetry
- poetry install
- poetry run python --version