Skip to content

Commit

Permalink
Merge pull request #33 from dxFeed/EN-2046-fix-pip-installation
Browse files Browse the repository at this point in the history
Pip installation fix
  • Loading branch information
alimantu authored Oct 7, 2020
2 parents 4cc9a00 + daede50 commit 42bae43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ post_build = 'task clear'
post_test = 'task clear'

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

0 comments on commit 42bae43

Please sign in to comment.