diff options
author | Michał Klichowicz <emkael@tlen.pl> | 2023-01-07 20:52:32 +0100 |
---|---|---|
committer | Michał Klichowicz <emkael@tlen.pl> | 2023-01-07 20:52:32 +0100 |
commit | 7bf44c960964820f63a6c3e13e825d4314242457 (patch) | |
tree | 8b0c9d09d9823768db57b32cf7a3c4bfbd5d97b0 | |
parent | d8306eba8fd7eebf6deec8113c39b7403142390a (diff) |
Missing requirement for Windows readline
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 0d30560..37bea12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ requests>=2.20.0 beautifulsoup4==4.6 cached-property==1.3.1 lxml==4.9.1 +pyreadline |