Skip to content

Commit

Permalink
Merge pull request #243 from byexamples/Quick-fix-around-Pyte-0.8.0-PyPI
Browse files Browse the repository at this point in the history
Add Pyte 0.8.1
  • Loading branch information
eldipa authored May 24, 2022
2 parents de59a1c + c0201cc commit 79a8de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
required_deps=[
'pexpect>=4,<5', # pexpect 4.x.x required
'appdirs>=1.4.3,<2', # appdirs 1.4.x (x >= 3) required
'pyte==0.8.0', # pyte exact version 0.8.0 required
'pyte>=0.8.0,<=0.8.1', # pyte version between 0.8.0 and 0.8.1 required
]

# these, on the other hand, are optional nice to have
Expand Down

0 comments on commit 79a8de8

Please sign in to comment.