This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
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.
* fs-4462 adding in shared dependencies * add db to dockerfile * adding pre-commit * install lsb_release * lsb release * remove cache * BS version * remove lsb * add db tag
- Loading branch information
Showing
14 changed files
with
286 additions
and
28 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
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
Empty file.
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#----------------------------------- | ||
# Database | ||
#----------------------------------- | ||
SQLAlchemy[mypy]>=2.0.30 | ||
Flask-SQLAlchemy==3.1.1 | ||
Flask-Migrate==4.0.7 | ||
sqlalchemy-utils==0.41.2 | ||
sqlalchemy_json==0.7.0 | ||
psycopg2-binary==2.9.9 | ||
uvicorn==0.30.1 | ||
marshmallow-sqlalchemy==1.0.0 | ||
#----------------------------------- | ||
# Connexion APIs | ||
#----------------------------------- | ||
connexion[flask,swagger-ui,uvicorn] | ||
swagger-ui-bundle==1.1.0 | ||
openapi-spec-validator | ||
prance |
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 |
---|---|---|
@@ -0,0 +1,203 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile requirements-db.in | ||
# | ||
a2wsgi==1.10.6 | ||
# via connexion | ||
alembic==1.13.2 | ||
# via flask-migrate | ||
anyio==4.4.0 | ||
# via | ||
# httpx | ||
# starlette | ||
# watchfiles | ||
asgiref==3.8.1 | ||
# via | ||
# connexion | ||
# flask | ||
attrs==23.2.0 | ||
# via | ||
# jsonschema | ||
# referencing | ||
blinker==1.8.2 | ||
# via flask | ||
certifi==2024.7.4 | ||
# via | ||
# httpcore | ||
# httpx | ||
# requests | ||
chardet==5.2.0 | ||
# via prance | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.1.7 | ||
# via | ||
# flask | ||
# uvicorn | ||
connexion[flask,swagger-ui,uvicorn]==3.1.0 | ||
# via -r requirements-db.in | ||
exceptiongroup==1.2.1 | ||
# via anyio | ||
flask[async]==3.0.3 | ||
# via | ||
# connexion | ||
# flask-migrate | ||
# flask-sqlalchemy | ||
flask-migrate==4.0.7 | ||
# via -r requirements-db.in | ||
flask-sqlalchemy==3.1.1 | ||
# via | ||
# -r requirements-db.in | ||
# flask-migrate | ||
h11==0.14.0 | ||
# via | ||
# httpcore | ||
# uvicorn | ||
httpcore==1.0.5 | ||
# via httpx | ||
httptools==0.6.1 | ||
# via uvicorn | ||
httpx==0.27.0 | ||
# via connexion | ||
idna==3.7 | ||
# via | ||
# anyio | ||
# httpx | ||
# requests | ||
inflection==0.5.1 | ||
# via connexion | ||
itsdangerous==2.2.0 | ||
# via flask | ||
jinja2==3.1.4 | ||
# via | ||
# connexion | ||
# flask | ||
# swagger-ui-bundle | ||
jsonschema==4.23.0 | ||
# via | ||
# connexion | ||
# openapi-schema-validator | ||
# openapi-spec-validator | ||
jsonschema-path==0.3.3 | ||
# via openapi-spec-validator | ||
jsonschema-specifications==2023.12.1 | ||
# via | ||
# jsonschema | ||
# openapi-schema-validator | ||
lazy-object-proxy==1.10.0 | ||
# via openapi-spec-validator | ||
mako==1.3.5 | ||
# via alembic | ||
markupsafe==2.1.5 | ||
# via | ||
# jinja2 | ||
# mako | ||
# werkzeug | ||
marshmallow==3.21.3 | ||
# via marshmallow-sqlalchemy | ||
marshmallow-sqlalchemy==1.0.0 | ||
# via -r requirements-db.in | ||
mypy==1.10.1 | ||
# via sqlalchemy | ||
mypy-extensions==1.0.0 | ||
# via mypy | ||
openapi-schema-validator==0.6.2 | ||
# via openapi-spec-validator | ||
openapi-spec-validator==0.7.1 | ||
# via -r requirements-db.in | ||
packaging==24.1 | ||
# via | ||
# marshmallow | ||
# prance | ||
pathable==0.4.3 | ||
# via jsonschema-path | ||
prance==23.6.21.0 | ||
# via -r requirements-db.in | ||
psycopg2-binary==2.9.9 | ||
# via -r requirements-db.in | ||
python-dotenv==1.0.1 | ||
# via uvicorn | ||
python-multipart==0.0.9 | ||
# via connexion | ||
pyyaml==6.0.1 | ||
# via | ||
# connexion | ||
# jsonschema-path | ||
# uvicorn | ||
referencing==0.35.1 | ||
# via | ||
# jsonschema | ||
# jsonschema-path | ||
# jsonschema-specifications | ||
requests==2.32.3 | ||
# via | ||
# connexion | ||
# jsonschema-path | ||
# prance | ||
rfc3339-validator==0.1.4 | ||
# via openapi-schema-validator | ||
rpds-py==0.19.0 | ||
# via | ||
# jsonschema | ||
# referencing | ||
ruamel-yaml==0.18.6 | ||
# via prance | ||
ruamel-yaml-clib==0.2.8 | ||
# via ruamel-yaml | ||
six==1.16.0 | ||
# via | ||
# prance | ||
# rfc3339-validator | ||
sniffio==1.3.1 | ||
# via | ||
# anyio | ||
# httpx | ||
sqlalchemy[mypy]==2.0.31 | ||
# via | ||
# -r requirements-db.in | ||
# alembic | ||
# flask-sqlalchemy | ||
# marshmallow-sqlalchemy | ||
# sqlalchemy | ||
# sqlalchemy-json | ||
# sqlalchemy-utils | ||
sqlalchemy-json==0.7.0 | ||
# via -r requirements-db.in | ||
sqlalchemy-utils==0.41.2 | ||
# via -r requirements-db.in | ||
starlette==0.37.2 | ||
# via connexion | ||
swagger-ui-bundle==1.1.0 | ||
# via | ||
# -r requirements-db.in | ||
# connexion | ||
tomli==2.0.1 | ||
# via mypy | ||
typing-extensions==4.12.2 | ||
# via | ||
# a2wsgi | ||
# alembic | ||
# anyio | ||
# asgiref | ||
# connexion | ||
# mypy | ||
# sqlalchemy | ||
# uvicorn | ||
urllib3==2.2.2 | ||
# via requests | ||
uvicorn[standard]==0.30.1 | ||
# via | ||
# -r requirements-db.in | ||
# connexion | ||
uvloop==0.19.0 | ||
# via uvicorn | ||
watchfiles==0.22.0 | ||
# via uvicorn | ||
websockets==12.0 | ||
# via uvicorn | ||
werkzeug==3.0.3 | ||
# via | ||
# connexion | ||
# flask |
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
Oops, something went wrong.