Skip to content

Commit

Permalink
升级colorama版本
Browse files Browse the repository at this point in the history
  • Loading branch information
gojuukaze committed Mar 2, 2021
1 parent c1e6389 commit bd827c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
colorama==0.4.1
colorama==0.4.4
colored==1.3.93
backports.shutil_get_terminal_size==1.0.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="terminal_layout",
version="2.0.3",
version="2.0.4",
description="The project help you to quickly build layouts in terminal (命令行ui布局工具)",
long_description=open("README.rst", encoding='utf-8').read(),

Expand All @@ -18,10 +18,10 @@
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
include_package_data=True,
platforms="OSX, Linux",
install_requires=['colorama==0.4.1',
install_requires=['colorama==0.4.4',
'colored==1.3.93',
'backports.shutil_get_terminal_size'],
tests_require=['colorama==0.4.1',
tests_require=['colorama==0.4.4',
'colored==1.3.93'],

classifiers=[
Expand Down

0 comments on commit bd827c5

Please sign in to comment.