Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlukas committed Oct 15, 2024
1 parent 52f9f30 commit 8416f77
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 121 deletions.
21 changes: 10 additions & 11 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,30 @@ verify_ssl = true
name = "pypi"

[packages]
django = "~=3.2.25"
djangorestframework = "~=3.14.0"
django = "~=5.1.2"
djangorestframework = "~=3.15.2"
djangorestframework-simplejwt = "~=5.3.1"
django-debug-toolbar = "~=3.2.4"
django-debug-toolbar = "~=4.4.6"
django-environ = "~=0.11.2"
django-filter = "~=23.5"
django-filter = "~=24.3.0"
gunicorn = "~=23.0.0"
"psycopg2-binary" = "~=2.9.3"
"psycopg2-binary" = "~=2.9.9"
pyyaml = "~=6.0.2"
requests = "~=2.32.3"
sentry-sdk = "~=1.14.0"
uritemplate = "~=4.1.1"
vulture = "~=2.13.0"
whitenoise = "~=6.7.0"
django-csp = "~=3.8.0"
urllib3 = "==1.26.20"
sentry-sdk = {extras = ["django"], version = "~=2.16.0"}

[dev-packages]
behave-django = "~=1.4.0"
behave-django = "~=1.5.0"
black = "~=24.10.0"
coverage = "~=6.3.3"
selenium = "~=3.141.0"
mypy = "~=1.11.2"
django-stubs = "~=1.16.0"
djangorestframework-stubs = "~=1.10.0"
mypy = "~=1.12.0"
django-stubs = "~=5.1.0"
djangorestframework-stubs = "~=3.15.1"
types-requests = "~=2.28.11.8"

[requires]
Expand Down
Loading

0 comments on commit 8416f77

Please sign in to comment.