Skip to content

Commit

Permalink
Remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Jan 3, 2024
1 parent 512d57b commit be3bb11
Show file tree
Hide file tree
Showing 2 changed files with 319 additions and 204 deletions.
9 changes: 4 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
nose = "*"
coverage = "*"
twine = "*"

[packages]
urllib3 = ">=1.26.5"
bleach = ">=3.3.0"
urllib3 = ">=2.1.0"
intuit-oauth = "==1.2.4"
requests = ">=2.31.0"
simplejson = ">=3.19.1"
nose = "*"
coverage = "*"
twine = "*"
requests_oauthlib = ">=1.3.1"
Loading

0 comments on commit be3bb11

Please sign in to comment.