Browse Source

Update django and celery

pull/1633/head
Hironsan 3 years ago
parent
commit
f4aacd4895
2 changed files with 539 additions and 483 deletions
  1. 4
      Pipfile
  2. 1018
      Pipfile.lock

4
Pipfile

@ -19,7 +19,7 @@ watchdog = "*"
argh = "*"
[packages]
django = "*"
django = "~=3.2"
django-heroku = "*"
environs = "*"
furl = "*"
@ -48,7 +48,7 @@ fasteners = "*"
auto-labeling-pipeline = "*"
dj-rest-auth = "*"
django-drf-filepond = "*"
celery = "*"
celery = "~=5.2"
django-celery-results = "*"
sqlalchemy = "*"
waitress = "*"

1018
Pipfile.lock
File diff suppressed because it is too large
View File

Loading…
Cancel
Save