Files
viking-file-python/pyproject.toml
T
2025-08-12 10:49:07 +03:00

19 lines
552 B
TOML

[project]
name = "viking-file"
version = "0.1.0"
description = "API Wrapper for ViKiNG FiLE API (https://vikingfile.com)"
authors = [{ name = "arabianq", email = "a.tevg@ya.ru" }]
requires-python = ">=3.10"
readme = "README.md"
homepage = "https://github.com/arabianq/viking-file-python"
keywords = ["viking-file", "vikingfile", "api"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"aiofiles>=24.1.0",
"aiohttp>=3.12.15",
]