PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 15th of February, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[21:12:40] <bodqhrohro_> How can I restrict both the minimal and maximal version in requirements file?
[22:34:14] <ngoldbaum> see https://www.python.org/dev/peps/pep-0440/#version-specifiers
[22:34:32] <ngoldbaum> e.g. pip install "package>=0.2,<0.3"