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

Updating requirements to be able to setup project dependencies with no issues #8

Merged
merged 1 commit into from
May 24, 2020

Conversation

cesaraugustogarcia
Copy link
Contributor

Purpose 💪

A couple of dependencies previously freezed were failing to be installed when just running pip install -r requirements: MarkupSafe and zope.interface
So after updating them, and recreating from zero the project with updated requirements.txt. it successfully installed all dependencies.

Changes required (Database, config, etc)

Recreate your virtual env:

  1. deactive the virtual env being used
  2. Re create it using virtualenv [env name]
  3. pip install -r requirements

Copy link
Contributor

@nelsongallardo nelsongallardo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't have this issue when doing pip install -r requirements.txt but it won't hurt updating dependencies. Approved

@cesaraugustogarcia cesaraugustogarcia merged commit feb583f into master May 24, 2020
@cesaraugustogarcia cesaraugustogarcia deleted the chores/update-requirements branch May 24, 2020 14:10
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.

None yet

2 participants