mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 02:23:32 -04:00
Update project dependencies and shift some things to dev dependencies
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Generated
+1
-1
@@ -4272,4 +4272,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "398f184c12d6f8a626d60a9d85434e597257f3b5f5e8170963d799e16e19b91b"
|
content-hash = "93f166fed3957e89157453ad23720d574c653afe2fc6e615fefa19bbb6d9e252"
|
||||||
|
|||||||
+14
-13
@@ -5,6 +5,7 @@ description = "Notify.gov backend"
|
|||||||
authors = ["Your Name <you@example.com>"]
|
authors = ["Your Name <you@example.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
alembic = "==1.12.0"
|
alembic = "==1.12.0"
|
||||||
@@ -14,7 +15,6 @@ asn1crypto = "==1.5.1"
|
|||||||
async-timeout = "==4.0.3"
|
async-timeout = "==4.0.3"
|
||||||
attrs = "==23.1.0"
|
attrs = "==23.1.0"
|
||||||
awscli = "==1.29.15"
|
awscli = "==1.29.15"
|
||||||
black = "==23.9.1"
|
|
||||||
bcrypt = "==3.2.2"
|
bcrypt = "==3.2.2"
|
||||||
beautifulsoup4 = "==4.12.2"
|
beautifulsoup4 = "==4.12.2"
|
||||||
billiard = "==3.6.4.0"
|
billiard = "==3.6.4.0"
|
||||||
@@ -52,40 +52,41 @@ jsonschema = {version = "==4.17.0", extras = ["format"]}
|
|||||||
lxml = "==4.9.3"
|
lxml = "==4.9.3"
|
||||||
marshmallow = "==3.20.1"
|
marshmallow = "==3.20.1"
|
||||||
marshmallow-sqlalchemy = "==0.29.0"
|
marshmallow-sqlalchemy = "==0.29.0"
|
||||||
|
newrelic = "*"
|
||||||
notifications-python-client = "==8.0.1"
|
notifications-python-client = "==8.0.1"
|
||||||
|
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, branch = "main"}
|
||||||
oscrypto = "==1.3.0"
|
oscrypto = "==1.3.0"
|
||||||
poetry = "==1.6.1"
|
packaging = "==23.1"
|
||||||
poetry-dotenv-plugin = "==0.2.0"
|
poetry-dotenv-plugin = "==0.2.0"
|
||||||
psycopg2-binary = "==2.9.3"
|
psycopg2-binary = "==2.9.3"
|
||||||
pyjwt = "==2.8.0"
|
pyjwt = "==2.8.0"
|
||||||
python-dotenv = "==1.0.0"
|
python-dotenv = "==1.0.0"
|
||||||
radon = "==6.0.1"
|
|
||||||
sqlalchemy = "==1.4.40"
|
sqlalchemy = "==1.4.40"
|
||||||
werkzeug = "^3.0.1"
|
werkzeug = "^3.0.1"
|
||||||
vulture = "==2.10"
|
|
||||||
packaging = "==23.1"
|
|
||||||
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git", develop = true, branch = "main"}
|
|
||||||
newrelic = "*"
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
|
bandit = "*"
|
||||||
|
black = "==23.9.1"
|
||||||
|
cloudfoundry-client = "*"
|
||||||
exceptiongroup = "==1.1.3"
|
exceptiongroup = "==1.1.3"
|
||||||
flake8 = "==4.0.1"
|
flake8 = "==4.0.1"
|
||||||
flake8-bugbear = "==23.3.12"
|
flake8-bugbear = "==23.3.12"
|
||||||
|
freezegun = "==1.2.2"
|
||||||
|
honcho = "*"
|
||||||
isort = "==5.12.0"
|
isort = "==5.12.0"
|
||||||
|
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
||||||
moto = "==4.2.6"
|
moto = "==4.2.6"
|
||||||
|
pip-audit = "*"
|
||||||
pytest = "==7.4.2"
|
pytest = "==7.4.2"
|
||||||
pytest-env = "==1.0.1"
|
pytest-env = "==1.0.1"
|
||||||
pytest-mock = "==3.11.1"
|
pytest-mock = "==3.11.1"
|
||||||
pytest-cov = "==4.1.0"
|
pytest-cov = "==4.1.0"
|
||||||
pytest-xdist = "==3.3.1"
|
pytest-xdist = "==3.3.1"
|
||||||
freezegun = "==1.2.2"
|
radon = "==6.0.1"
|
||||||
requests-mock = "==1.11.0"
|
requests-mock = "==1.11.0"
|
||||||
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
vulture = "==2.10"
|
||||||
pip-audit = "*"
|
|
||||||
bandit = "*"
|
|
||||||
honcho = "*"
|
|
||||||
cloudfoundry-client = "*"
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|||||||
Reference in New Issue
Block a user