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

Fix install_requires dependencies #146

Closed
wants to merge 1 commit into from

Conversation

pdelboca
Copy link

Description

Since v1.0.0 it is no longer required to have ckanserviceprovider as datapusher-plus is now designed to work as a normal CKAN plugin.

This PR cleans leftovers in the setup.py file that are causing errors when installing with CKAN 2.10 (#144 )

@pdelboca
Copy link
Author

@tino097 @jqnatividad I'm creating this PR to fix #144 .

If datapusher-plus will work as a normal CKAN extension I suggest to also remove other requirements that do not longer makes sense and it has the potential to mess around with the python environment of CKAN.

Example:

  • python-dotenv, uwsgi seems no longer be needed
  • APScheduler is no longer used in the codebase.

@tino097
Copy link
Collaborator

tino097 commented Jun 19, 2024

thanks, @pdelboca. im working on a code cleanups and configuration declaration. Currently, im on a week off, and i will check this next week

@tino097
Copy link
Collaborator

tino097 commented Jun 24, 2024

hey @pdelboca can you switch this to dev-v1.0 branch as master is still working as a separate service.

My plan is to wait until we are ready for v.1.1.0 and merge dev branch into master

@jqnatividad ^^

@pdelboca pdelboca changed the base branch from master to dev-v1.0 June 25, 2024 10:12
@pdelboca pdelboca changed the base branch from dev-v1.0 to master June 25, 2024 10:13
@pdelboca
Copy link
Author

@tino097 okay! I will rebase this and start from dev-v1.0

@pdelboca pdelboca closed this Jun 25, 2024
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