Skip to content

Commit

Permalink
Extended requests version support
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicbyte committed Aug 6, 2023
1 parent f697a6e commit 89cdef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests
requests>=2.19.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def read(path: str) -> str:
license='MIT',
keywords='disposable-email temporary-email temp-email temp-mail email mail email-generator mail-generator',
install_requires=[
'requests',
'requests>=2.19.0',
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 89cdef0

Please sign in to comment.