Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
fix version conflict error when poetry >= 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiaohei committed Nov 18, 2019
1 parent 81736ab commit 5c81255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ orator = 'orator.commands.application:application.run'


[build-system]
requires = ["poetry>=0.12a3"]
requires = ["poetry>=0.12a3,<1.0"]
build-backend = "poetry.masonry.api"

0 comments on commit 5c81255

Please sign in to comment.