-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
This might be worthwhile looking into
Before pipenv-setup sync --pipfile
setup(
...
include_package_data=True,
zip_safe=False,
install_requires=[
"appdirs>=1.4.4, <=2.0.0",
# appears the version needs to be strictly specified in order
# for `pipenv` to allow locking without the additional argument
"black==21.7b0",
...
],
...
)After pipenv-setup sync --pipfile
setup(
...
include_package_data=True,
zip_safe=False,
install_requires=[
"appdirs>=1.4.4, <=2.0.0",
"black==21.7b0",
...
],
...
)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels