fix: windows service installation for py3.13
This commit is contained in:
@ -1,28 +1,3 @@
|
||||
[tool.poetry]
|
||||
name = "ss"
|
||||
version = "0.1.0"
|
||||
description = "A Python package for surfing the internet scientifically"
|
||||
authors = ["Scientific Surfing Team <team@scientific-surfing.com>"]
|
||||
readme = "README.md"
|
||||
packages = [{include = "ss"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
requests = "^2.25.0"
|
||||
PyYAML = "^6.0.0"
|
||||
pydantic = "^2.0.0"
|
||||
ipykernel = "^6.31.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^6.0.0"
|
||||
pytest-cov = "^2.0.0"
|
||||
black = "^21.0.0"
|
||||
flake8 = "^3.8.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.black]
|
||||
line-length = 88
|
||||
target-version = ['py38']
|
||||
|
||||
Reference in New Issue
Block a user