Skip to content

Commit

Permalink
Don't need jwcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jun 15, 2024
1 parent 880aa9b commit 760d891
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 11 deletions.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
1 change: 0 additions & 1 deletion dxf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import requests
from urllib3.exceptions import InsecureRequestWarning

from jwcrypto import jwk, jws # type: ignore
import www_authenticate # type: ignore
from . import exceptions as exceptions # pylint: disable=useless-import-alias

Expand Down
12 changes: 6 additions & 6 deletions htmlcov/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion htmlcov/status.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
www-authenticate>=0.9.2
requests>=2.18.4
jwcrypto>=1.4.2
tqdm>=4.19.4

pylint>=1.7.4
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def read(name):
entry_points={'console_scripts': ['dxf=dxf.main:main']},
install_requires=['www-authenticate>=0.9.2',
'requests>=2.18.4',
'jwcrypto>=1.4.2',
'tqdm>=4.19.4'],
python_requires='>=3.7'
)
1 change: 0 additions & 1 deletion test/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import json
import requests
import pytest
from jwcrypto import jws
from conftest import record_or_replay
from dxf import DXF
import dxf.exceptions
Expand Down

0 comments on commit 760d891

Please sign in to comment.