mirror of
https://github.com/enpaul/keyosk.git
synced 2025-12-18 09:27:38 +00:00
Convert from pipenv to poetry
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[tool.poetry]
|
||||
name = "keyosk"
|
||||
version = "0.1.0"
|
||||
description = "REST API for issuing and managing JSON web tokens"
|
||||
authors = ["Ethan Paul <e@enp.one>"]
|
||||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6"
|
||||
toml = "^0.10.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=1.0.0"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
Reference in New Issue
Block a user