Skip to content

Commit

Permalink
Add classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Spayralbe committed Mar 28, 2024
1 parent 3225e4e commit 1f729c0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,24 @@ authors = [
"Spayralbe <[email protected]>",
]
readme = "README.md"
classifiers = [
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
]

[tool.poetry.dependencies]
python = "^3.8"
sqlalchemy = "^2.0.4"


[tool.poetry.group.dev.dependencies]
nox = "^2024.3.2"
ruff = "^0.3.2"
Expand All @@ -23,6 +35,7 @@ pytest-cov = "^4.1.0"
testcontainers = {version = ">=3.7.1", extras = ["postgres"]}
psycopg2-binary = "^2.9.9"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 1f729c0

Please sign in to comment.