File: pyproject.toml

package info (click to toggle)
python-justnimbus 0.7.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: python: 58; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tool.poetry]
name = "justnimbus"
version = "0.7.4"
description = "A Python Wrapper for the Just Nimbus API"
authors = ["kvanzuijlen <8818390+kvanzuijlen@users.noreply.github.com>"]
repository = "https://github.com/kvanzuijlen/justnimbus"
classifiers = [
  "License :: OSI Approved :: Apache Software License",
]

[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.27.1"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"