Build - use poetry-core instead of poetry
See https://python-poetry.org/docs/pyproject/#poetry-and-pep-517.
This commit is contained in:
		@@ -97,5 +97,5 @@ combine_as_imports = true
 | 
				
			|||||||
exclude_dirs = ["fittrackee/tests/*", "fittrackee/migrations/*"]
 | 
					exclude_dirs = ["fittrackee/tests/*", "fittrackee/migrations/*"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[build-system]
 | 
					[build-system]
 | 
				
			||||||
requires = ["poetry>=0.12"]
 | 
					requires = ["poetry-core>=1.0.0"]
 | 
				
			||||||
build-backend = "poetry.masonry.api"
 | 
					build-backend = "poetry.core.masonry.api"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user