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

Using Poetry for package/dependency management? #263

Open
sfc-gh-twhite opened this issue Jul 17, 2024 · 0 comments
Open

Using Poetry for package/dependency management? #263

sfc-gh-twhite opened this issue Jul 17, 2024 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@sfc-gh-twhite
Copy link
Collaborator

#218 was recently opened to simplify dependency maintenance and environment setup by using Poetry.

#259 will be going in soon, meaning that schemachange will soon only have the following primary dependencies:

  • jinja2~=3.0
  • pyyaml~=6.0
  • snowflake-connector-python>=2.8,<4.0

I know that there are several transitive dependencies as well, that we should likely include, and this is something I believe Poetry would help with:

  • asn1crypto==1.5.1
  • certifi==2024.7.4
  • cffi==1.16.0
  • charset-normalizer==3.3.2
  • cryptography==42.0.8
  • filelock==3.15.4
  • idna==3.7
  • markupsafe==2.1.5
  • packaging==24.1
  • platformdirs==4.2.2
  • pycparser==2.22
  • pyjwt==2.8.0
  • pyopenssl==24.1.0
  • pytz==2024.1
  • requests==2.32.3
  • sortedcontainers==2.4.0
  • tomlkit==0.13.0
  • typing-extensions==4.12.2
  • urllib3==2.2.2

While not immediately planned to incorporate, I wanted to open this issue for a collaborative discussion.

@sfc-gh-twhite sfc-gh-twhite added the enhancement New feature or request label Jul 17, 2024
@sfc-gh-twhite sfc-gh-twhite added the question Further information is requested label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant