mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2025-12-16 23:04:57 +00:00
poetry
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[tool.poetry]
|
||||
name = "advent-of-code"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["cupcakearmy <hi@nicco.io>"]
|
||||
readme = "README.md"
|
||||
packages = [{include = "advent_of_code"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
mypy = "^0.991"
|
||||
autopep8 = "^2.0.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user