Skip to content

Commit

Permalink
feat: add dependencies in pyproject.toml (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
habibutsu authored Mar 27, 2024
1 parent f2521eb commit 94b8a02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ classifiers = [
]
requires-python = ">=3.6"

dynamic = ["dependencies"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[project.urls]
"Home" = "https://github.com/casdoor/casdoor-python-sdk"

Expand Down
13 changes: 4 additions & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ long_description_content_type = text/markdown
license = Apache 2.0
platform = any
keywords = Casdoor
classifiers =
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Expand All @@ -23,17 +23,12 @@ classifiers =
Programming Language :: Python :: 3.11

[options]
package_dir =
package_dir =
=src
packages =
packages =
casdoor
setup_requires =
setup_requires =
setuptools
install_requires =
requests
pyjwt
cryptography
aiohttp
python_requires = >=3.6
test_suite = tests

Expand Down

0 comments on commit 94b8a02

Please sign in to comment.