Skip to content

Commit

Permalink
remove pytz lib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
patroqueeet committed Aug 23, 2024
1 parent 266daf8 commit d7ecb97
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion django_walletpass/classviews.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from django.middleware.http import ConditionalGetMiddleware
from django.shortcuts import get_object_or_404
from django.utils.http import http_date
from pytz.exceptions import NonExistentTimeError
from rest_framework import status, viewsets
from rest_framework.permissions import AllowAny
from rest_framework.response import Response
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
'pyopenssl',
'djangorestframework>=3.8',
'python-dateutil',
'pytz'
],
description='Django .pkpass builder, server and push notifications',
long_description=README,
Expand Down

0 comments on commit d7ecb97

Please sign in to comment.