Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
add back prettytable for py2
  • Loading branch information
davidlange6 authored May 1, 2021
1 parent 15680af commit 20317d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ pluggy==0.13.1
ply==3.11; python_version>'3.0'
poetry==1.1.4 ; python_version>'3.0'
poetry-core==1.0.2 ; python_version>'3.0'
prettytable==1.0.1; python_version>'3.0'
prettytable==1.0.1
prometheus_client==0.9.0
prompt_toolkit==1.0.18 ; python_version<'3.0'
prompt_toolkit==3.0.16 ; python_version>'3.0'
Expand Down

0 comments on commit 20317d5

Please sign in to comment.