You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
small comment: I noticed that there's a space added in the requirements files before the ";" character.
Running pipenv requirements and pipenv requirements --dev-only, with pipenv, version 2022.8.24 I did not get this extra space character.
This currently does not affect anything, but if we add in the future a check in tox to see the diff of the current requirements file and the pipenv requirements command (to know if the requirements are updated), we will get that they are not the same file.
small comment: I noticed that there's a space added in the requirements files before the ";" character.
Running
pipenv requirements
andpipenv requirements --dev-only
, withpipenv, version 2022.8.24
I did not get this extra space character.This currently does not affect anything, but if we add in the future a check in tox to see the diff of the current requirements file and the
pipenv requirements
command (to know if the requirements are updated), we will get that they are not the same file.Originally posted by @KAUTH in #80 (comment)
The text was updated successfully, but these errors were encountered: