Skip to content

Commit

Permalink
remove unnecessary package declarations
Browse files Browse the repository at this point in the history
some of these are packages we don't use any more

some of them were pins we put in requirements.txt to force
a package we directly depend on to use a specific version of
a transitive dependency (workaround for no lockfile)

none of them are needed any more
  • Loading branch information
chris48s committed Oct 24, 2024
1 parent 8a69cf2 commit 6d5d0d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,12 @@ dependencies = [
"djangorestframework-jsonp==1.0.2",
"eco-parser==0.2.0",
"geojson==3.1.0",
"glob2==0.7",
"markdown==3.4.3",
"psutil==6.0.0",
"psycopg-binary==3.1.19",
"rapidfuzz==3.4.0",
"requests==2.32.3",
"retry2==0.9.5",
"scrapy==2.11.2",
"six==1.16.0",
"sqlparse==0.5.0",
"uk-election-ids==0.7.5",
"uk-election-timetables==2.4.1",
Expand All @@ -47,15 +44,13 @@ cdk = [
"aws-cdk-lib==2.160.0",
"aws_cdk.aws_lambda_python_alpha==2.160.0a0",
"constructs==10.0.0",
"pyyaml==6.0.1",
"diagrams==0.23.3",
]
local = [
"django-debug-toolbar==4.4.6",
]
production = [
"gunicorn==22.0.0",
"jsmin==3.0.1",
"sentry-sdk==2.14.0",
]

Expand All @@ -69,9 +64,7 @@ package = false

dev-dependencies = [
"mock==5.1.0",
"model-mommy==2.0.0",
"pytest==7.4.0",
"pluggy==1.5.0",
"pytest-django==4.5.2",
"pytest-cov==5.0.0",
"pytest-freezegun==0.4.2",
Expand Down
32 changes: 0 additions & 32 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d5d0d1

Please sign in to comment.