Skip to content
Snippets Groups Projects

Fix the build

Merged Daniel Lyons requested to merge fixing-build into 2.8.2-DEVELOPMENT
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -25,6 +25,9 @@ requests-mock = "^1.10.0"
[tool.poetry.group.dev.dependencies]
pex = "2.1.119"
[tool.poetry.scripts]
productfetcher = "productfetcher.product_fetcher:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Loading