Skip to content

Commit fefb201

Browse files
committed
Switch to uv package management
1 parent f12734d commit fefb201

5 files changed

Lines changed: 1253 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,28 @@ authors = [
66
]
77
description = "Connector for Flask with phpBB3 board"
88
readme = "README.rst"
9-
requires-python = ">=3.14"
9+
requires-python = ">=3.8"
1010
classifiers = [
1111
"Environment :: Web Environment",
1212
"Intended Audience :: Developers",
1313
"Operating System :: OS Independent",
1414
"Programming Language :: Python",
1515
"Programming Language :: Python :: 3",
1616
"Programming Language :: Python :: 3.14",
17+
"License :: OSI Approved :: BSD License",
1718
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
1819
"Topic :: Software Development :: Libraries :: Python Modules"
1920
]
20-
license = "BSD-3-Clause"
21-
license-files = ["LICENSE"]
21+
dependencies = [
22+
"psycopg2>=2.8.4",
23+
"Flask>=2.3.0",
24+
"cachelib>=0.11.0",
25+
"setuptools"
26+
]
2227

2328
[project.urls]
2429
Homepage = "https://github.com/MasterMind2k/flask-phpbb3"
2530
Issues = "https://github.com/Podnapisi-NET/flask-phpbb3/issues"
2631

32+
[dependency-groups]
33+
dev = ["black", "ruff", "mypy", "coverage"]

requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

requirements/dev-3.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

requirements/dev.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)