Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
feat: use gnureadline instead of readline
Browse files Browse the repository at this point in the history
gnureadline is still maintained while readline has fallen behind and
has compile errors on some platforms.
  • Loading branch information
bbangert committed May 10, 2016
1 parent 7eba4e9 commit e2a6b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -35,7 +35,7 @@ pyflakes==0.8.1
Pympler==0.4.2
python-jose==0.5.6
raven==5.10.2
readline==6.2.4.1
gnureadline==6.3.3
repoze.lru==0.6
requests==2.7.0
service-identity==14.0.0
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Expand Up @@ -42,7 +42,7 @@ pyflakes==0.8.1
Pympler==0.4.2
python-jose==0.5.6
raven==5.3.1
readline==6.2.4.1
gnureadline==6.3.3
repoze.lru==0.6
requests==2.7.0
service-identity==14.0.0
Expand Down

0 comments on commit e2a6b72

Please sign in to comment.