Skip to content

Commit aab32ea

Browse files
committed
chore: update pyproject.toml
1 parent dbd972f commit aab32ea

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

pyproject.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
[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"
55
authors = [
66
{ name = "Antoine BUIREY", email = "antoine.buirey@gmail.com" }
77
]
8-
requires-python = ">=3.8"
8+
requires-python = ">=3.12"
99
dependencies = [
1010
"argon2-cffi==23.1.0",
1111
"beautifulsoup4==4.13.4",
12-
"blinker==1.9.0",
12+
# "blinker==1.9.0",
1313
"bs4==0.0.2",
1414
"certifi==2025.4.26",
1515
"charset-normalizer==3.4.1",
16-
"click==8.1.8",
16+
# "click==8.1.8",
1717
"distro==1.9.0",
18-
"Flask==3.1.1",
18+
# "Flask==3.1.1",
1919
"gamuLogger>=3.2.4",
2020
"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",
2424
"requests>=2.32.4",
2525
"soupsieve==2.7",
2626
"typing_extensions==4.13.2",
2727
"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",
3333
"cache @ https://github.com/T0ine34/python-sample/releases/download/1.1.6/cache-1.1.6-py3-none-any.whl",
3434
"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",
3636
"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"
3838
]
3939

4040
[project.scripts]

0 commit comments

Comments
 (0)