Skip to content

Commit

Permalink
Specify python version
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimka committed Jan 30, 2020
1 parent bc2fc79 commit 790f8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

## Requirements

* Python>=3.6
* PyQt5

## Installing
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
author='yakimka',
version='0.4.0',
packages=['CherryTomato'],
python_requires='>=3.6',
install_requires=['PyQt5', 'qroundprogressbar'],
url='https://github.com/yakimka/CherryTomato',
license='GPL',
Expand Down

0 comments on commit 790f8ae

Please sign in to comment.