Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find a version that matches apispec>=1.0.0b1 using pipenv install for project setup #93

Closed
jboegeholz opened this issue Oct 18, 2018 · 1 comment

Comments

@jboegeholz
Copy link

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"

@kennethreitz
Copy link
Owner

I think you need --pre

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants