|
1 | 1 | [project] |
2 | | -name = "mc-srv-manager" |
3 | | -version = "0.1.0" |
4 | | -description = "Minecraft Server Manager" |
| 2 | +name = "modular-server-manager" |
| 3 | +version = "0.1.3" |
| 4 | +description = "Modular Server Manager" |
5 | 5 | authors = [ |
6 | 6 | { name = "Antoine BUIREY", email = "antoine.buirey@gmail.com" } |
7 | 7 | ] |
8 | | -requires-python = ">=3.8" |
| 8 | +requires-python = ">=3.12" |
9 | 9 | dependencies = [ |
10 | 10 | "argon2-cffi==23.1.0", |
11 | 11 | "beautifulsoup4==4.13.4", |
12 | | - "blinker==1.9.0", |
| 12 | + # "blinker==1.9.0", |
13 | 13 | "bs4==0.0.2", |
14 | 14 | "certifi==2025.4.26", |
15 | 15 | "charset-normalizer==3.4.1", |
16 | | - "click==8.1.8", |
| 16 | + # "click==8.1.8", |
17 | 17 | "distro==1.9.0", |
18 | | - "Flask==3.1.1", |
| 18 | + # "Flask==3.1.1", |
19 | 19 | "gamuLogger>=3.2.4", |
20 | 20 | "idna==3.10", |
21 | | - "itsdangerous==2.2.0", |
22 | | - "Jinja2==3.1.6", |
23 | | - "MarkupSafe==3.0.2", |
| 21 | + # "itsdangerous==2.2.0", |
| 22 | + # "Jinja2==3.1.6", |
| 23 | + # "MarkupSafe==3.0.2", |
24 | 24 | "requests>=2.32.4", |
25 | 25 | "soupsieve==2.7", |
26 | 26 | "typing_extensions==4.13.2", |
27 | 27 | "urllib3==2.5.0", |
28 | | - "Werkzeug==3.1.3", |
29 | | - "dnspython==2.7.0", |
30 | | - "eventlet==0.40.3", |
31 | | - "greenlet==3.2.1", |
32 | | - "python-socketio==5.14.0", |
| 28 | + # "Werkzeug==3.1.3", |
| 29 | + # "dnspython==2.7.0", |
| 30 | + # "eventlet==0.40.3", |
| 31 | + # "greenlet==3.2.1", |
| 32 | + # "python-socketio==5.14.0", |
33 | 33 | "cache @ https://github.com/T0ine34/python-sample/releases/download/1.1.6/cache-1.1.6-py3-none-any.whl", |
34 | 34 | "config @ https://github.com/T0ine34/python-sample/releases/download/1.1.6/config-1.1.6-py3-none-any.whl", |
35 | | - "http_code @ https://github.com/T0ine34/python-sample/releases/download/1.1.6/http_code-1.1.6-py3-none-any.whl", |
| 35 | + # "http_code @ https://github.com/T0ine34/python-sample/releases/download/1.1.6/http_code-1.1.6-py3-none-any.whl", |
36 | 36 | "version @ https://github.com/T0ine34/python-sample/releases/download/1.1.6/version-1.1.6-py3-none-any.whl", |
37 | | - "singleton @ https://github.com/T0ine34/python-sample/releases/download/1.1.6/singleton-1.1.6-py3-none-any.whl" |
| 37 | + # "singleton @ https://github.com/T0ine34/python-sample/releases/download/1.1.6/singleton-1.1.6-py3-none-any.whl" |
38 | 38 | ] |
39 | 39 |
|
40 | 40 | [project.scripts] |
|
0 commit comments