File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ classifiers = [
20
20
]
21
21
requires-python = " >=3.6"
22
22
23
+ dynamic = [" dependencies" ]
24
+ [tool .setuptools .dynamic ]
25
+ dependencies = {file = [" requirements.txt" ]}
26
+
23
27
[project .urls ]
24
28
"Home" = " https://github.com/casdoor/casdoor-python-sdk"
25
29
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ long_description_content_type = text/markdown
10
10
license = Apache 2.0
11
11
platform = any
12
12
keywords = Casdoor
13
- classifiers =
13
+ classifiers =
14
14
Intended Audience :: Developers
15
15
License :: OSI Approved :: Apache Software License
16
16
Operating System :: OS Independent
@@ -23,17 +23,12 @@ classifiers =
23
23
Programming Language :: Python :: 3.11
24
24
25
25
[options]
26
- package_dir =
26
+ package_dir =
27
27
=src
28
- packages =
28
+ packages =
29
29
casdoor
30
- setup_requires =
30
+ setup_requires =
31
31
setuptools
32
- install_requires =
33
- requests
34
- pyjwt
35
- cryptography
36
- aiohttp
37
32
python_requires = >=3.6
38
33
test_suite = tests
39
34
You can’t perform that action at this time.
0 commit comments