Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adalfarus committed Jun 20, 2024
1 parent 38911e4 commit f04ba72
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,44 +74,46 @@ data = [
"zstandard>=0.22.0",
"py7zr>=0.21.0",
"requests>=2.32.0",
"BeautifulSoup4>=4.12.2"]
"BeautifulSoup4>=4.12.2",
"Faker>=25.8.0"]
io = [
"speedtest-cli==2.1.3",
"windows-toasts==1.1.1; os_name == 'nt'",
"PySide6==6.7.0"]
"speedtest-cli>=2.1.3",
"windows-toasts>=1.1.1; os_name == 'nt'",
"PySide6>=6.7.0"]
iogui = [
"PySide6==6.7.0",
"brotli==1.1.0"
"PySide6>=6.7.0",
"brotli>=1.1.0"
]
package = [
"numpy==1.26.4",
"scipy==1.13.0",
"scikit-learn==1.4.1.post1; os_name == 'nt'",
"numpy>=1.26.4",
"scipy>=1.13.0",
"scikit-learn>=1.4.1.post1; os_name == 'nt'",
"scikit-learn; os_name != 'nt'"
]
security = ["cryptography>=42.0.5", "quantcrypt==0.4.2; python_version == '3.12'", "zxcvbn==4.4.28"]
web = ["requests>=2.32.0", "BeautifulSoup4>=4.12.2", "aiohttp==3.9.5"]
security = ["cryptography>=42.0.5", "quantcrypt>=0.4.2; python_version == '3.12'", "zxcvbn>=4.4.28"]
web = ["requests>=2.32.0", "BeautifulSoup4>=4.12.2", "aiohttp>=3.9.5"]
dev = ["pytest"]
all = [
"PySide6==6.7.0",
"PySide6>=6.7.0",
"Pillow>=10.3.0",
"aiohttp>=3.9.4",
"opencv-python>=4.9.0.80",
"pillow_heif==0.15.0",
"numpy==1.26.4",
"pillow_heif>=0.15.0",
"numpy>=1.26.4",
"brotli>=1.1.0",
"zstandard>=0.22.0",
"py7zr>=0.21.0",
"requests>=2.32.0",
"BeautifulSoup4>=4.12.2",
"speedtest-cli==2.1.3",
"windows-toasts==1.1.1; os_name == 'nt'",
"scipy==1.13.0",
"scikit-learn==1.4.1.post1; os_name == 'nt'",
"speedtest-cli>=2.1.3",
"windows-toasts>=1.1.1; os_name == 'nt'",
"scipy>=1.13.0",
"scikit-learn>=1.4.1.post1; os_name == 'nt'",
"scikit-learn; os_name != 'nt'",
"cryptography>=42.0.5",
"quantcrypt==0.4.2; python_version == '3.12'",
"pytest"
"quantcrypt>=0.4.2; python_version == '3.12'",
"pytest",
"Faker>=25.8.0"
]

[project.urls]
Expand Down

0 comments on commit f04ba72

Please sign in to comment.