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 python requirements file and update dependabot workflow #262

Merged
merged 5 commits into from
Jun 5, 2024

Conversation

ff137
Copy link
Contributor

@ff137 ff137 commented Jun 3, 2024

Currently setup.py just indicates one dependency: cached_property.

It makes sense if the dependencies were parsed from a requirements.txt file (less effort than migrating to pyproject.toml format). Allows for easier management if any extras need to be added, and also means we can add pip dependency management to the dependabot workflow (namely to catch if there's an update to cached_property.

A requirements.dev.txt file is also added to track dev / test dependencies. I would add indy as a test requirement, since it's used in indy_test.py, but I can't find out which indy packages it's referring to ... it doesn't work with pip install indy or python3-indy. So for now I've just specified pytest and pytest-asyncio

ff137 added 3 commits June 3, 2024 13:30
Signed-off-by: ff137 <ff137@proton.me>
Signed-off-by: ff137 <ff137@proton.me>
Signed-off-by: ff137 <ff137@proton.me>
Copy link
Member

@WadeBarnes WadeBarnes left a comment

Choose a reason for hiding this comment

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

LGTM. I'll defer to @andrewwhitehead about the indy dependency.

@andrewwhitehead andrewwhitehead merged commit 95a0036 into hyperledger:main Jun 5, 2024
30 checks passed
@ff137 ff137 deleted the add-python-requirements branch June 5, 2024 23:20
jamshale pushed a commit to jamshale/aries-askar that referenced this pull request Aug 18, 2024
Add python requirements file and update dependabot workflow
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.

3 participants