-
Notifications
You must be signed in to change notification settings - Fork 21
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
Using build to build the sdist and wheel files #200
Conversation
Changes look perfect. |
This should also fix/close #181 btw. |
The latest CI failures seem to stem from the setup.cfg of the backend - Celery and its transitory dependencies install fine but every top-level dep after celery here is not installed. Looks like the indentation is off. Other than that - I think we shouldn't pin these dependencies so tightly like this, because then we run into what is discussed in #181. But we can open a separate issue to tackle that if you prefer (I envisage it to end up like the setup.cfg/setup.py of the wizard where a range of versions are acceptable and not one specific version for each dependency - with the latter making it more likely that other packages in the same environment as resc will have conflicting package versions (since they have their own dependency requirements). |
No description provided.