Skip to content

Commit 04ced27

Browse files
committed
Makes it possible to use the prompt-toolkit dependency with Python 3.6
1 parent ec0b12e commit 04ced27

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
File renamed without changes.

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ name = "Miscellaneous internal changes"
6464
showcontent = false
6565

6666
[tool.poetry.dependencies]
67-
python = "^3.6.1"
67+
python = "^3.6"
6868
boto3 = "^1.12"
6969
requests = "^2.23"
7070
matplotlib = ">=3.1,<3.3"
@@ -104,7 +104,10 @@ cloudpickle = ">=1.2,<1.4"
104104
multidict = "^4.6"
105105
aiohttp = "~3.6"
106106
questionary = "~1.5.1"
107-
prompt-toolkit = "^3.0.4"
107+
prompt-toolkit = [
108+
{version = "^2.0", python = "3.6.0"},
109+
{version = "^3.0.5", python = "^3.6.1"}
110+
]
108111
python-socketio = ">=4.4,<4.6"
109112
python-engineio = ">=3.11,<3.13"
110113
pydot = "~1.4"

0 commit comments

Comments
 (0)