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

Convert requirements to pipenv #14

Closed
wants to merge 1 commit into from
Closed

Conversation

encukou
Copy link
Member

@encukou encukou commented Apr 5, 2019

Is this easier? I'm not sure.
Maybe the Apache config will need updating, too.

Fixes: #11

@mikicz
Copy link
Member

mikicz commented Apr 5, 2019

If the virtualenv is still created using -m venv and Pipenv is only used for dependency management, than the changing it is not required, I am planning to keep it that way on my server

@mikicz
Copy link
Member

mikicz commented Apr 5, 2019

Seems that Pipenv is not present by default on Travis, the following will be needed as in naucse's core:

install:
- python -m pip install --upgrade pip pipenv

@mikicz
Copy link
Member

mikicz commented Jan 11, 2022

I think I'll use poetry and while I'm at it also upgrade Python

@mikicz mikicz closed this Jan 11, 2022
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

Successfully merging this pull request may close these issues.

Convert requirements to Pipenv
2 participants