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
I'm trying to set up my first responder app using pipenv.
The application works, but due to the error during pipenv install no Pipfile.lock is generated.
I'm trying to set up my first responder app using pipenv.
The application works, but due to the error during pipenv install no Pipfile.lock is generated.
Pipfile
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
responder = "*"
[dev-packages]
[requires]
python_version = "3.6"
The text was updated successfully, but these errors were encountered: