We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777da4b commit bb056b6Copy full SHA for bb056b6
1 file changed
setup.py
@@ -56,8 +56,7 @@ def read_long_description():
56
"python-dateutil",
57
"requests",
58
"tabulate",
59
- "faculty>=0.30.2",
60
- "marshmallow<4", # TODO: this is an upstream dependency, remove it once minimul `faculty` version is bumped
+ "faculty>=0.31.0",
61
"setuptools", # TODO: this is required to supply `distutils` until we remove that dependency in the code
62
],
63
entry_points={"console_scripts": ["faculty=faculty_cli.cli:cli"]},
0 commit comments