Skip to content

Commit

Permalink
Merge pull request #188 from cs50/develop
Browse files Browse the repository at this point in the history
add platform check
  • Loading branch information
Kareem Zidane authored Aug 16, 2019
2 parents 7844529 + 936173f commit 9872a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'submit50': [('**.py', 'python', None),],
},
description="This is submit50, with which you can submit solutions to problems for CS50.",
install_requires=["lib50>=1.1.5", "requests>=2.19", "termcolor>=1.1"],
install_requires=["lib50>=2,<3", "requests>=2.19", "termcolor>=1.1"],
keywords=["submit", "submit50"],
name="submit50",
python_requires=">=3.6",
Expand All @@ -25,6 +25,6 @@
entry_points={
"console_scripts": ["submit50=submit50.__main__:main"]
},
version="3.0.1",
version="3.0.2",
include_package_data=True
)

0 comments on commit 9872a72

Please sign in to comment.