python ircd using asyncio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

21 lines
439 B

[tool.poetry]
name = "paircd"
version = "0.1.0"
description = ""
authors = ["Forest Belton <65484+forestbelton@users.noreply.github.com>"]
[tool.poetry.dependencies]
python = "^3.8"
python-dotenv = "^0.18.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
mypy = "^0.902"
pre-commit = "^2.13.0"
[tool.poetry.scripts]
server = "paircd.main:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"