Skip to content

Commit 42bae43

Browse files
authored
Merge pull request #33 from dxFeed/EN-2046-fix-pip-installation
Pip installation fix
2 parents 4cc9a00 + daede50 commit 42bae43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ post_build = 'task clear'
6060
post_test = 'task clear'
6161

6262
[build-system]
63-
requires = ['poetry>=0.12', 'cython']
64-
build-backend = 'poetry.masonry.api'
63+
requires = ['poetry_core>=1.0.0', 'setuptools']
64+
build-backend = 'poetry.core.masonry.api'

0 commit comments

Comments
 (0)