We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982bd7e commit 42408f9Copy full SHA for 42408f9
.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
python -m pip install --upgrade pip
34
pip install -r requirements.txt
35
- pip install urwid twisted watchdog "jedi >=0.16" babel "sphinx >=1.5"
+ pip install "urwid < 3.0" twisted watchdog "jedi >=0.16" babel "sphinx >=1.5"
36
pip install pytest pytest-cov numpy
37
- name: Build with Python ${{ matrix.python-version }}
38
setup.cfg
@@ -35,7 +35,7 @@ install_requires =
[options.extras_require]
clipboard = pyperclip
jedi = jedi >= 0.16
-urwid = urwid
+urwid = urwid < 3.0
39
watch = watchdog
40
41
[options.entry_points]
0 commit comments