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.

18 lines
313 B

[tool.poetry]
name = "arke"
version = "0.1.0"
description = ""
authors = ["jowj <me@jowj.net>"]
[tool.poetry.dependencies]
python = "^3.7"
requests = "^2.22.0"
whois = "^0.9.5"
pyopenssl = "^19.1.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"