Skip to content

Commit 7f524d1

Browse files
committed
Add more default modules:
- `psycopg2-binary` - `cryptography` - `pyodbc`
1 parent edeec60 commit 7f524d1

File tree

3 files changed

+120
-34
lines changed

3 files changed

+120
-34
lines changed

Framework/Version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[ZeuZ Python Version]
2-
version = 20.0.7
2+
version = 20.1.0
33
[Release Date]
44
date = Feb 27, 2025

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zeuz-python-node"
3-
version = "19.10.0"
3+
version = "20.1.0"
44
description = "A cross-platform automation tool + framework that can automate web, mobile, desktop, rest api & databases."
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -46,7 +46,6 @@ dependencies = [
4646
"pyautoit>=0.6.5 ; sys_platform == 'win32'",
4747
"pydantic>=2.10.6",
4848
"pygetwindow",
49-
"pyodbc>=5.2.0 ; sys_platform == 'win32'",
5049
"pypdf2>=3.0.1",
5150
"pyperclip>=1.9.0",
5251
"pyrsistent>=0.20.0",
@@ -89,6 +88,9 @@ dependencies = [
8988
"xlwings>=0.33.9",
9089
"xmltodict>=0.14.2",
9190
"xvfbwrapper>=0.2.9 ; sys_platform == 'linux'",
91+
"pyodbc>=5.2.0",
92+
"psycopg2-binary>=2.9.10",
93+
"cryptography==42.0.8",
9294
]
9395

9496
[dependency-groups]

0 commit comments

Comments
 (0)