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 a build system spec file #3

Open
tanius opened this issue Jul 21, 2023 · 0 comments
Open

Add a build system spec file #3

tanius opened this issue Jul 21, 2023 · 0 comments

Comments

@tanius
Copy link
Member

tanius commented Jul 21, 2023

This import script requires specific versions of libraries it depends on (details). In the current installation instructions, this is managed with this installation command:

pip install "neo4j~=5.0" psycopg2-binary

For easier installation, esp. if other version dependencies emerge in the future, it would be a good idea to use a pyproject.toml build system interface file, allowing pip to automatically pick up the correct versions.

That change could require other changes first (different versions of Python and pip).

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

No branches or pull requests

1 participant