We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6587102 commit a75f003Copy full SHA for a75f003
setup.py
@@ -66,7 +66,7 @@
66
# your project is installed. For an analysis of "install_requires" vs pip's
67
# requirements files see:
68
# https://packaging.python.org/en/latest/requirements.html
69
- install_requires=["masonite>=4.0<5.0"],
+ install_requires=["masonite>=4.0,<5.0"],
70
# List additional groups of dependencies here (e.g. development
71
# dependencies). You can install these using the following syntax,
72
# for example:
0 commit comments