update & clean dependencies

This commit is contained in:
stvnrlly
2023-11-13 11:35:34 -05:00
parent a03dbe3c2d
commit bdf545d851
3 changed files with 547 additions and 569 deletions

View File

@@ -12,8 +12,9 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
.PHONY: bootstrap
bootstrap: ## Set up everything to run the app
make generate-version-file
poetry install --sync
poetry install --sync --no-root
poetry self add poetry-dotenv-plugin
poetry self update
createdb notification_api || true
(poetry run flask db upgrade) || true

1096
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,16 +10,7 @@ readme = "README.md"
python = ">=3.9,<3.12"
alembic = "==1.12.1"
amqp = "==5.2.0"
arrow = "==1.3.0"
asn1crypto = "==1.5.1"
async-timeout = "==4.0.3"
attrs = "==23.1.0"
awscli = "^1.29.74"
bcrypt = "==4.0.1"
beautifulsoup4 = "==4.12.2"
billiard = "==3.6.4.0"
bleach = "^6.1.0"
blinker = "~=1.7"
boto3 = "^1.28.66"
botocore = "^1.31.66"
cachetools = "==5.3.2"
@@ -32,12 +23,7 @@ click-datetime = "==0.2"
click-didyoumean = "==0.3.0"
click-plugins = "==1.1.1"
click-repl = "==0.3.0"
colorama = "==0.4.4"
defusedxml = "==0.7.1"
deprecated = "==1.2.14"
dnspython = "==2.4.2"
docopt = "==0.6.2"
docutils = "==0.16"
eventlet = "==0.33.3"
flask = "~=2.3"
flask-bcrypt = "==1.0.1"
@@ -47,7 +33,6 @@ flask-redis = "==0.4.0"
flask-sqlalchemy = "==3.0.5"
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
iso8601 = "==2.1.0"
itsdangerous = "==2.1.2"
jsonschema = {version = "==4.19.2", extras = ["format"]}
lxml = "==4.9.3"
marshmallow = "==3.20.1"
@@ -66,6 +51,7 @@ werkzeug = "^3.0.1"
[tool.poetry.group.dev.dependencies]
awscli = "^1.29.74"
bandit = "*"
black = "^23.11.0"
cloudfoundry-client = "*"
@@ -85,6 +71,7 @@ pytest-cov = "^4.1.0"
pytest-xdist = "^3.3.1"
radon = "^6.0.1"
requests-mock = "^1.11.0"
setuptools = "^68.2.2"
vulture = "^2.10"