Skip to content

Commit 2e3cb67

Browse files
Remove isbinary from package configuration
1 parent 3e4de3f commit 2e3cb67

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Likewise, the current version of wxPython, is 4.2.4, but RIDE is known to work w
4646

4747
`pip install -U robotframework-ride`
4848

49-
(3.9 <= python <= 3.14) Install current development version (**2.2.3dev2**) with:
49+
(3.9 <= python <= 3.14) Install current development version (**2.2.3dev3**) with:
5050

5151
`pip install -U https://github.com/robotframework/RIDE/archive/develop.zip`
5252

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ classifiers = [
4545
"Topic :: Software Development :: Testing",
4646
]
4747
dependencies = [
48-
"isbinary",
4948
"psutil",
5049
"Pygments",
5150
"PyPubSub",

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Pywin32; sys_platform == 'win32'
44
Pygments # This enables syntax highlighted in Text Editor
55
robotframework
66
Pypubsub
7-
isbinary
87
psutil
98
packaging
109
requests>=2.32.4

src/robotide/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
#
1616
# Automatically generated by `tasks.py`.
1717

18-
VERSION = 'v2.2.3dev2'
18+
VERSION = 'v2.2.3dev3'

0 commit comments

Comments
 (0)