Skip to content

Commit

Permalink
bumped requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Jun 15, 2018
1 parent 1779768 commit ee4fd3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
'masonite.contracts',
'masonite.helpers',
],
version='2.0.1',
version='2.0.2',
install_requires=[
'validator.py==1.2.5',
'cryptography==2.2.2',
'bcrypt==3.1.4',
'requests==2.18.4',
'requests==2.19.1',
'tldextract==2.2.0',
'Jinja2==2.10',
'python-dotenv==0.8.2',
Expand All @@ -40,7 +40,7 @@
author='Joseph Mancuso',
author_email='idmann509@gmail.com',
url='https://github.com/MasoniteFramework/masonite',
keywords=['python web framework', 'python3'],
keywords=['python web framework', 'python3', 'masonite'],
classifiers=[],
include_package_data=True,
)

0 comments on commit ee4fd3d

Please sign in to comment.