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
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",
...
],
...
)
This might be worthwhile looking into
Before
pipenv-setup sync --pipfile
After
pipenv-setup sync --pipfile
The text was updated successfully, but these errors were encountered: