Skip to content

Commit

Permalink
fix per github.com/pypa/pip/issues/10743#issuecomment-998321115
Browse files Browse the repository at this point in the history
  • Loading branch information
LuongTheVinh committed Dec 24, 2021
1 parent 528dfac commit 394f26a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ PsycoPG2-binary = '^2.9.2'


[build-system]
requires = ['Poetry-Core >= 1.0.0']
requires = [
'Poetry-Core >= 1.0.7',
'SetUpTools >= 60.1.0', # github.com/pypa/pip/issues/10743#issuecomment-998321115
]
build-backend = 'poetry.core.masonry.api'

0 comments on commit 394f26a

Please sign in to comment.