Skip to content

Commit a9b7b78

Browse files
committed
remove dependency to pytz and dateutil
1 parent 37edca7 commit a9b7b78

File tree

4 files changed

+1
-18
lines changed

4 files changed

+1
-18
lines changed

poetry.lock

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ flake8-bugbear = "^22.8.23"
6666
flake8-logging-format = "^0.7.5"
6767
ipdb = "^0.13.9"
6868
mypy = "^1.0.0"
69-
types-python-dateutil = "^2.8.19.6"
7069
types-setuptools = "^67.2.0.1"
7170
types-six = "^1.16.21.4"
7271
types-requests = "^2.28.11.12"

src/saml2/cert.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from cryptography.hazmat.primitives import hashes, serialization
1212
from cryptography.hazmat.primitives.asymmetric import rsa
1313
from cryptography.x509.oid import NameOID
14-
import dateutil.parser
1514

1615
import saml2.cryptography.pki
1716

src/saml2/sigver.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
from urllib import parse
1919
from uuid import uuid4 as gen_random_key
2020

21-
import dateutil
22-
2321

2422
# importlib.resources was introduced in python 3.7
2523
# files API from importlib.resources introduced in python 3.9
@@ -31,7 +29,6 @@
3129
from urllib import parse
3230

3331
from cryptography import x509
34-
import pytz
3532

3633
from saml2 import ExtensionElement
3734
from saml2 import SamlBase

0 commit comments

Comments
 (0)