Skip to content

Commit

Permalink
reduce requests version req
Browse files Browse the repository at this point in the history
also bump version
  • Loading branch information
mwt committed Aug 10, 2022
1 parent 6aacb92 commit ebfedf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
from setuptools import find_packages
from setuptools import setup

version = '0.0.2'
version = '0.0.3'

install_requires = [
'requests>=2.28.1',
'requests>=2.25.1',
'setuptools>=41.6.0',
]

Expand Down

0 comments on commit ebfedf6

Please sign in to comment.