Skip to content

Commit

Permalink
Cleanup and upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Nov 11, 2023
1 parent 70a62b1 commit 132631e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 41 deletions.
11 changes: 0 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ dependencies = [
"dj-database-url",
"django",
"django-crispy-forms",
"django-debug-toolbar",
"django-extensions",
"django-flatpickr",
"django-recaptcha",
Expand All @@ -82,7 +81,6 @@ dependencies = [
"python-dotenv",
"requests",
"sentry-sdk",
"tqdm",
"tzdata",
"wagtail",
"wagtail-color-panel",
Expand All @@ -99,7 +97,6 @@ Repository = "https://github.com/WesternFriend/WF-website"
[project.optional-dependencies]
dev = [
# keep-sorted start
"black",
"coverage",
"django-browser-reload",
"django-stubs[compatible-mypy]",
Expand All @@ -110,15 +107,11 @@ dev = [
"types-beautifulsoup4",
"types-factory-boy",
"types-requests",
"types-tqdm",
"validate-pyproject",
"wagtail-factories",
# keep-sorted end
]

[tool.black]
target-version = ['py311']

[tool.isort]
profile = "black"

Expand All @@ -133,10 +126,6 @@ ignore_missing_imports = true
[tool.django-stubs]
django_settings_module = "core.settings"

[tool.ruff]
# Same as Black.
line-length = 88

# Exclude a variety of commonly ignored directories.
exclude = [
".git",
Expand Down
31 changes: 8 additions & 23 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ asgiref==3.7.2
# via django
beautifulsoup4==4.11.2
# via wagtail
black==23.10.1
boto3==1.28.84
# via Western-Friend-website (pyproject.toml)
boto3==1.28.75
# via Western-Friend-website (pyproject.toml)
botocore==1.31.75
botocore==1.31.84
# via
# boto3
# s3transfer
Expand All @@ -29,9 +27,7 @@ cfgv==3.4.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
# black
# pip-tools
# via pip-tools
confusable-homoglyphs==3.2.0
# via django-registration
coverage==7.3.2
Expand Down Expand Up @@ -116,7 +112,7 @@ factory-boy==3.3.0
# Western-Friend-website (pyproject.toml)
# types-factory-boy
# wagtail-factories
faker==19.12.1
faker==20.0.0
# via factory-boy
fastjsonschema==2.18.1
# via validate-pyproject
Expand All @@ -143,20 +139,15 @@ mypy==1.6.1
# Western-Friend-website (pyproject.toml)
# django-stubs
mypy-extensions==1.0.0
# via
# black
# mypy
# via mypy
nodeenv==1.8.0
# via pre-commit
openpyxl==3.1.2
# via wagtail
packaging==23.2
# via
# black
# build
# gunicorn
pathspec==0.11.2
# via black
pillow==10.1.0
# via
# pillow-heif
Expand All @@ -166,9 +157,7 @@ pillow-heif==0.13.1
pip-tools==7.3.0
# via Western-Friend-website (pyproject.toml)
platformdirs==3.11.0
# via
# black
# virtualenv
# via virtualenv
pre-commit==3.5.0
# via Western-Friend-website (pyproject.toml)
psycopg2-binary==2.9.9
Expand Down Expand Up @@ -196,7 +185,7 @@ requests==2.31.0
# wagtail
s3transfer==0.7.0
# via boto3
sentry-sdk==1.33.1
sentry-sdk==1.34.0
# via Western-Friend-website (pyproject.toml)
six==1.16.0
# via
Expand All @@ -209,8 +198,6 @@ sqlparse==0.4.4
# via django
telepath==0.3.1
# via wagtail
tqdm==4.66.1
# via Western-Friend-website (pyproject.toml)
types-beautifulsoup4==4.12.0.7
# via Western-Friend-website (pyproject.toml)
types-factory-boy==0.4.1
Expand All @@ -223,8 +210,6 @@ types-pyyaml==6.0.12.12
# via django-stubs
types-requests==2.31.0.10
# via Western-Friend-website (pyproject.toml)
types-tqdm==4.66.0.3
# via Western-Friend-website (pyproject.toml)
typing-extensions==4.8.0
# via
# dj-database-url
Expand Down Expand Up @@ -258,7 +243,7 @@ wagtail-django-recaptcha==1.0
# via Western-Friend-website (pyproject.toml)
wagtail-factories==4.1.0
# via Western-Friend-website (pyproject.toml)
wagtailmedia==0.14.4
wagtailmedia==0.14.5
# via Western-Friend-website (pyproject.toml)
webencodings==0.5.1
# via html5lib
Expand Down
10 changes: 4 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ asgiref==3.7.2
# via django
beautifulsoup4==4.11.2
# via wagtail
boto3==1.28.75
boto3==1.28.84
# via Western-Friend-website (pyproject.toml)
botocore==1.31.75
botocore==1.31.84
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -131,7 +131,7 @@ requests==2.31.0
# wagtail
s3transfer==0.7.0
# via boto3
sentry-sdk==1.33.1
sentry-sdk==1.34.0
# via Western-Friend-website (pyproject.toml)
six==1.16.0
# via
Expand All @@ -144,8 +144,6 @@ sqlparse==0.4.4
# via django
telepath==0.3.1
# via wagtail
tqdm==4.66.1
# via Western-Friend-website (pyproject.toml)
typing-extensions==4.8.0
# via
# dj-database-url
Expand All @@ -167,7 +165,7 @@ wagtail-color-panel==1.4.1
# via Western-Friend-website (pyproject.toml)
wagtail-django-recaptcha==1.0
# via Western-Friend-website (pyproject.toml)
wagtailmedia==0.14.4
wagtailmedia==0.14.5
# via Western-Friend-website (pyproject.toml)
webencodings==0.5.1
# via html5lib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import datetime
from django.db import migrations, models
import subscription.models


class Migration(migrations.Migration):
Expand Down

0 comments on commit 132631e

Please sign in to comment.