unpin poetry version in requirments

This commit is contained in:
Jonathan Wren 2020-01-14 22:58:36 -08:00
parent b522f761ee
commit fd591b82a3
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

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