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

Remove pinned dependencies in project #93

Closed
kairoaraujo opened this issue Mar 3, 2023 · 1 comment · Fixed by #94
Closed

Remove pinned dependencies in project #93

kairoaraujo opened this issue Mar 3, 2023 · 1 comment · Fixed by #94
Assignees
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers

Comments

@kairoaraujo
Copy link
Member

We have some pinned dependencies in the OwnCA project that are not required.
The only required dependency to be pinned is the Cryptography which we have a specific issue with it #59

We also require to update our make requirements to run the pipenv lock

@kairoaraujo kairoaraujo added good first issue Good for newcomers dependencies Pull requests that update a dependency file labels Mar 3, 2023
@pdsaraujo
Copy link
Contributor

I can take this one

pdsaraujo added a commit to pdsaraujo/ownca that referenced this issue Mar 6, 2023
- Removed pinned dependencies from Pipfile
- Update dependencies `pipenv update`
- Added to Makefile `pipenv lock` in requirements

Closes OwnCA#93
Signed-off-by: Priscila Araujo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants