Skip to content

Commit

Permalink
pyproject.toml added poetry-core, changed version to match original c…
Browse files Browse the repository at this point in the history
…anvasapi
  • Loading branch information
ndegroot committed Nov 22, 2024
1 parent 520eeb0 commit beec165
Show file tree
Hide file tree
Showing 12 changed files with 266 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/canvasapi.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/dictionaries/ncdegroot.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

112 changes: 112 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 75 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/ruff.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[tool.poetry]
name = "canvasapi"
version = "0.1.0"
description = ""
version = "3.3.0"
description = "Fork to support sis_login_id"
authors = ["Nico de Groot <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<4.0.0"

[tool.poetry.group.dev.dependencies]
poetry-core = "*"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit beec165

Please sign in to comment.