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

Add Pipenv for Managing Dependencies #2

Merged
merged 3 commits into from
May 14, 2021
Merged

Add Pipenv for Managing Dependencies #2

merged 3 commits into from
May 14, 2021

Conversation

Seth10001
Copy link
Contributor

I noticed that one of your TODO items is "Add requirments.txt file from pip freeze to create easy dependencies install". Decided to give it a shot, so let me know what you think.

This PR to implements pipenv for dependency management. Personally, I think the requirements file alone is a little messy and hard to manage when you have multiple python projects. If you absolutely need a requirements.txt file, there is a way to generate it using pipenv by running pipenv lock -r > requirements.txt.

To test my changes I had to change this line to False:

ENABLE_ROUTE_LOOKUP = True

After that, it appears to start up fine with no data sources.

@Jxck-S Jxck-S merged commit 2dac3f8 into Jxck-S:multi May 14, 2021
@Seth10001 Seth10001 deleted the feature/pip-env branch May 14, 2021 01:20
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.

2 participants