Skip to content

Commit

Permalink
removed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Oct 28, 2019
1 parent f28dddb commit 5c88b8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
'cryptography>=2.3,<2.8',
'hupper>=1.0,<2.0',
'Jinja2>=2,<3',
'masonite-events>=1.0,<2',
'masonite-scheduler>=1.0.0,<=1.0.99',
'masonite-validation>=3.0.0,<4.0.0',
# 'masonite-events>=1.0,<2',
# 'masonite-scheduler>=1.0.0,<=1.0.99',
# 'masonite-validation>=3.0.0,<4.0.0',
'orator>=0.9,<1',
'passlib>=1.7,<1.8',
'pendulum>=1.5,<1.6',
Expand All @@ -66,7 +66,7 @@
url=meta['__url__'],
keywords=['masonite', 'python web framework', 'python3'],
licence=meta['__licence__'],
python_requires=">=3.4",
python_requires=">=3.5",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down

0 comments on commit 5c88b8c

Please sign in to comment.