Skip to content

Commit

Permalink
feat: added pyreadline in requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
Datalux committed Mar 29, 2021
1 parent eee59aa commit f221b6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ requests-toolbelt==0.9.1
geopy>=2.0.0
prettytable==0.7.2
instagram-private-api==1.6.0
gnureadline>=8.0.0
gnureadline>=8.0.0; platform_system != "Windows"
pyreadline==2.1; platform_system == "Windows"

1 comment on commit f221b6b

@tartee-ia
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requests==2.24.0
requests-toolbelt==0.9.1
geopy>=2.0.0
prettytable==0.7.2
instagram-private-api==1.6.0
gnureadline>=8.0.0; platform_system != "Windows"
pyreadline==2.1; platform_system == "Windows"

Please sign in to comment.