Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Atomnp committed Oct 14, 2022
1 parent ed67828 commit 5891fe0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion certification_system/certificate/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from category.models import Category
from event.models import Event
import uuid
from certification_system.utils.images import get_file_path
from utils.images import get_file_path

# Create your models here.
class Certificate(models.Model):
Expand Down
2 changes: 1 addition & 1 deletion certification_system/certificate/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from rest_framework import permissions
from certificate.serializers import CertificateSerializer
from PIL import Image
from certification_system.utils.images import save_temporary_image, delete_temporary_image
from utils.images import save_temporary_image, delete_temporary_image


def generate_certificate_dummy(template, data, mappings):
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
asgiref==3.5.2
click==8.1.3
Django==4.1.1
djangorestframework==3.14.0
gunicorn==20.1.0
mypy-extensions==0.4.3
pathspec==0.10.1
Pillow==9.2.0
platformdirs==2.5.2
pytz==2022.2.1
sqlparse==0.4.3
tomli==2.0.1

0 comments on commit 5891fe0

Please sign in to comment.