https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242611
--- Comment #2 from Kubilay Kocak <[email protected]> --- Review items, already addressed in my working copy: COMMENT should match setup.py:description (modulo portlint compliance) setup.py:*_requires declares version requirements, match these as closely as possible, given our *_DEPENDS syntax: install_requires=[ 'werkzeug>=0.15', 'flask>=1.1.0', 'marshmallow>=2.15.2', 'webargs>=1.5.2', 'apispec>=3.0.0', ], -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
