Skip to content

Commit

Permalink
Merge pull request #313 from ZdruzenieSTROM/correct-version-strings
Browse files Browse the repository at this point in the history
Correct version strings
  • Loading branch information
kovacspe authored Dec 9, 2023
2 parents b5cae8a + 9b89c38 commit 810eb91
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 52 deletions.
19 changes: 9 additions & 10 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ verify_ssl = true
name = "pypi"

[packages]
daphne = "~=4.0"
dj-rest-auth = "~=5.0"
django = "~=3.2"
django-admin-list-filter-dropdown = "~=1.0"
django-allauth = "~=0.58"
django-filter = "~=2.4"
djangorestframework = "~=3.12"
drf-writable-nested = "~=0.6"
pillow = "~=10.1"
python-magic = "~=0.4"
daphne = "~=4.0.0"
dj-rest-auth = "~=5.0.1"
django = "~=3.2.23"
django-allauth = "~=0.58.2"
django-filter = "~=23.5"
djangorestframework = "~=3.14.0"
drf-writable-nested = "~=0.7.0"
pillow = "~=10.1.0"
python-magic = "~=0.4.27"

[dev-packages]
autopep8 = "*"
Expand Down
Loading

0 comments on commit 810eb91

Please sign in to comment.