This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
generated from communitiesuk/funding-service-design-TEMPLATE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While also maintaining the existing pinned versions of requirements from requirements.txt Patch autogenerated by funding-service-design-docker-runner/scripts/migrate-apps-to-uv.sh
- Loading branch information
1 parent
055cbf9
commit 5fa69dc
Showing
6 changed files
with
2,029 additions
and
954 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,61 @@ | ||
[package] | ||
[project] | ||
name = "funding-service-design-application-store" | ||
version = "0.1.1" | ||
description = "The funding service design application store for the DLUHC." | ||
authors = ["Version One", "HM Government, Department of Levelling Up, Housing and Communities"] | ||
license = "MIT License" | ||
|
||
requires-python = ">=3.10, <3.11" | ||
dependencies = [ | ||
"apscheduler>=3.10.4", | ||
"colored>=2.2.4", | ||
"connexion[flask,swagger-ui,uvicorn]>=3.1.0", | ||
"flask-apscheduler==1.13.1", | ||
"flask-migrate==4.0.7", | ||
"flask-restx>=1.3.0", | ||
"flask-sqlalchemy==3.1.1", | ||
"flask==3.0.3", | ||
"funding-service-design-utils>=5.0.8,<6.0.0", | ||
"invoke>=2.2.0", | ||
"jsonpath-rw-ext==1.2.2", | ||
"marshmallow-sqlalchemy==1.0.0", | ||
"openapi-spec-validator>=0.7.1", | ||
"openpyxl>=3.1.5", | ||
"pandas>=2.2.2", | ||
"prance==23.6.21.0", | ||
"psycopg2-binary==2.9.9", | ||
"python-dateutil>=2.9.0.post0", | ||
"requests==2.32.3", | ||
"slugify>=0.0.1", | ||
"sqlalchemy-json==0.7.0", | ||
"sqlalchemy-utils>=0.41.2", | ||
"sqlalchemy>=2.0.31", | ||
"swagger-ui-bundle==1.1.0", | ||
"uvicorn==0.30.3", | ||
] | ||
|
||
[tool.black] | ||
line-length = 120 | ||
|
||
[tool.flake8] | ||
max-line-length = 120 | ||
count = true | ||
|
||
[tool.uv] | ||
|
||
[dependency-groups] | ||
dev = [ | ||
"asserts>=0.13.1", | ||
"black>=24.10.0", | ||
"click>=8.1.7", | ||
"debugpy>=1.8.8", | ||
"deepdiff>=8.0.1", | ||
"flake8-pyproject>=1.2.3", | ||
"moto[s3,sqs]>=5.0.20", | ||
"pip-tools>=6.13.0", | ||
"pre-commit~=4.0.0", | ||
"pytest>=8.3.3", | ||
"pytest-env>=1.1.5", | ||
"pytest-flask>=1.3.0", | ||
"pytest-mock>=3.14.0", | ||
] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.