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

Include dependencies in pyproject, update install docs #342

Merged
merged 7 commits into from
Feb 25, 2025

Conversation

amercader
Copy link
Member

Fixes #340

Keep the requirements.txt and dev-requirements.txt around and acting like the source of truth, so all existing installation processes keep working as intended but include them dynamically in pyproject.toml to integrate with modern workflows, and to be able to just run:

pip install ckanext-dcat

The requirements were loosen a bit to adapt to the suggestions by @smotornyuk here:

ckan/ckan#8382 (comment)

Keep the requirements.txt and dev-requirements.txt around and acting
like the source of truth, o all existing installation processes keep
working as intended but include them dynamically in pyproject.toml to
integrate with modern workflows, and be able to just run

    pip install ckanext-dcat
@seitenbau-govdata
Copy link
Member

Thanks @amercader ! That's pretty cool. We are working on updating to the latest version right now and encountered the same "issues" and solved them as you have now. So we are excitedly awaiting the next release and will update directly to it. 😃

@amercader amercader merged commit fecaf3b into master Feb 25, 2025
8 checks passed
@amercader amercader deleted the dependencies-in-pyproject branch February 25, 2025 12:39
@amercader
Copy link
Member Author

amercader commented Feb 25, 2025

Then let's wait no more! I think all changes here are improvements and uncontroversial so I'll do a new release now

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.

Manifest file should include requirements.txt
2 participants