Skip to content

Commit

Permalink
fixed duplicate dependency in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed May 18, 2018
1 parent 05f1dda commit 08003d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'masonite.contracts',
'masonite.helpers',
],
version='1.6.7',
version='1.6.8',
install_requires=[
'validator.py==1.2.5',
'cryptography==2.2.2',
Expand All @@ -29,7 +29,6 @@
'bcrypt==3.1.4',
'pytest==3.3.1',
'orator==0.9.7',
'cryptography==2.1.4',
'PyMySQL==0.8.0',
'psycopg2==2.7.3.2',
'masonite-entry>=0.0.0,<=0.9.99',
Expand Down

0 comments on commit 08003d2

Please sign in to comment.