Skip to content

Commit

Permalink
Merge pull request #1319 from gdrosos/master
Browse files Browse the repository at this point in the history
Remove Unused Dependencies
  • Loading branch information
maurosoria authored Nov 22, 2023
2 parents be82462 + 9ff08ac commit b44209f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## [Unreleased]
- Support non-default network interface

- Remove unused dependencies (urllib3, cryptography, cffi, idna, chardet)

## [0.4.3] - October 2nd, 2022
- Automatically detect the URI scheme (`http` or `https`) if no scheme is provided
- SQLite report format
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@
- [Akshay Ravi](https://www.linkedin.com/in/c09yc47/)
- [kosyan62](https://https://github.com/kosyan62)
- [Maxence Zolnieurck](https://github.com/mxcezl)
- [Giorgos Drosos](https://github.com/gdrosos)
- [huyphan](https://github.com/huyphan)
- [Sean Wei](https://www.sean.taipei/about-en)
- [FantasqueX](https://www.github.com/FantasqueX)

Special thanks to all the people who are named here!

Expand Down
5 changes: 0 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
PySocks>=1.7.1
Jinja2>=3.0.0
certifi>=2017.4.17
urllib3>=1.21.1
cryptography>=2.8
cffi>=1.14.0
defusedxml>=0.7.0
markupsafe>=2.0.0
pyopenssl>=21.0.0
idna>=2.5
chardet>=3.0.2
charset_normalizer~=2.0.0
requests>=2.27.0
requests_ntlm>=1.1.0
Expand Down

0 comments on commit b44209f

Please sign in to comment.