Switch to depending on gnureadline instead

The old readline package is only relevant up to Python<=3.3 and is now deprecated
pull/56/head
Conny Brunnkvist 2023-10-31 16:21:32 +07:00 committed by GitHub
parent 59305d7570
commit 5daac551a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
pyreadline ; sys_platform == 'win32'
readline ; sys_platform !='win32'
gnureadline ; sys_platform !='win32'
requests