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

Dependencies don't match between requirements.txt and setup.py #9

Closed
DManowitz opened this issue Jan 19, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@DManowitz
Copy link

Describe the bug
There are requirements listed in the requirements.txt file (such as shapely >=2.0.0) that are not present in the setup.py file. Since the requirements.txt file is not used by the setup.py file, I believe this can cause issues with enforcing dependencies.

Code To Reproduce
CLI commands or Python code snippet to reproduce the bug

Output
Compete output obtained with maximal verbosity.

Environment:

  • Python version: python --version
  • sertit-utils version: import sertit; sertit.__version__

Additional context
Add any other context about the bug here.

@DManowitz DManowitz added the bug Something isn't working label Jan 19, 2024
@remi-braun
Copy link
Member

Hey,

Thanks for this, I'll update it 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants