forked from OlivOS-Team/OlivOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove redundant platform_python_implementation markers in …
…poetry.lock
- Loading branch information
1 parent
e870368
commit 16b25e5
Showing
4 changed files
with
245 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,48 +4,47 @@ version = "0.11.48" | |
description = "OlivOS - Witness Union" | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
authors = [ | ||
{name = "OlivOS-Team", email = "[email protected]"}, | ||
] | ||
license = {text = "AGPL-3.0"} | ||
classifiers=[ | ||
authors = [{ name = "OlivOS-Team", email = "[email protected]" }] | ||
license = { text = "AGPL-3.0" } | ||
classifiers = [ | ||
'Operating System :: OS Independent', | ||
'License :: OSI Approved :: GNU Affero General Public License v3', | ||
'Programming Language :: Python :: 3' | ||
'Programming Language :: Python :: 3', | ||
] | ||
dependencies = [ | ||
"aiohttp>=3.10.11", | ||
"brotli>=1.1.0", | ||
"certifi>=2024.8.30", | ||
"filetype>=1.2.0", | ||
"flask>=2.2.5", | ||
"gevent>=24.2.1", | ||
"grpcio>=1.68.1", | ||
"grpcio-tools>=1.68.1", | ||
"httpx>=0.28.1", | ||
"js2py>=0.74", | ||
"lxml>=5.3.0", | ||
"openpyxl>=3.1.5", | ||
"pillow==9.3.0", | ||
"prompt-toolkit>=3.0.48", | ||
"protobuf>=5.29.1", | ||
"psutil>=6.1.0", | ||
"pybase64>=1.4.0", | ||
"pyinstaller>=6.11.1", | ||
"pyjson5>=1.6.7", | ||
"pystray>=0.19.5", | ||
"pywebview>=5.3.2", | ||
"pyinstaller==6.9.0", | ||
"flask", | ||
"Werkzeug", | ||
"gevent", | ||
"psutil", | ||
"requests", | ||
"pybase64", | ||
"websockets", | ||
"websocket-client", | ||
"pillow", | ||
"lxml", | ||
"rsa", | ||
"requests_toolbelt", | ||
"pystray", | ||
"pyyaml", | ||
"openpyxl", | ||
"pypiwin32; sys_platform == 'win32'", | ||
"pyyaml>=6.0.2", | ||
"qrcode>=7.4.2", | ||
"regex>=2024.11.6", | ||
"requests>=2.32.3", | ||
"requests-toolbelt>=1.0.0", | ||
"rich>=13.9.4", | ||
"rsa>=4.9", | ||
"websocket-client>=1.8.0", | ||
"websockets>=13.1", | ||
"werkzeug==2.2.2", | ||
"aiohttp", | ||
"qrcode", | ||
"brotli", | ||
"pyjson5", | ||
"APScheduler", | ||
"js2py", | ||
"certifi", | ||
"httpx", | ||
"prompt_toolkit", | ||
"regex", | ||
"rich", | ||
"pywebview; sys_platform == 'win32'", | ||
"filetype", | ||
"grpcio", | ||
"grpcio-tools", | ||
"protobuf", | ||
] | ||
|
||
[project.urls] | ||
|
@@ -67,11 +66,7 @@ requires = ["hatchling"] | |
build-backend = "hatchling.build" | ||
|
||
[dependency-groups] | ||
dev = [ | ||
"black>=24.8.0", | ||
"nox>=2024.10.9", | ||
"ruff>=0.8.2", | ||
] | ||
dev = ["black>=24.8.0", "nox>=2024.10.9", "ruff>=0.8.2"] | ||
|
||
[tool.ruff] | ||
# Exclude a variety of commonly ignored directories. | ||
|
@@ -137,4 +132,4 @@ skip-magic-trailing-comma = false | |
line-ending = "auto" | ||
|
||
[tool.black] | ||
target-version = ["py39", "py310", "py311"] | ||
target-version = ["py39", "py310", "py311"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# -*- encoding: utf-8 -*- | ||
# /// script | ||
# requires-python = ">=3.8" | ||
# dependencies = [ | ||
|
Oops, something went wrong.