Skip to content

Commit

Permalink
returning empty response and changing version numbers for requests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed May 6, 2023
1 parent 60b6ff3 commit 7c75826
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
package_dir={"": "src"},
platforms=["any"],
install_requires=[
"requests>=2.4.2,<2.30",
"requests>=2.4.2",
"PyJWT[crypto]>=1.6.4",
"pytz>=2018.5",
"Deprecated",
Expand Down
1 change: 0 additions & 1 deletion tests/data/null.json
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
null

0 comments on commit 7c75826

Please sign in to comment.