Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjulo committed Feb 22, 2020
1 parent 8d6d22b commit 8171fe7
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 @@ -12,7 +12,7 @@
url='https://github.com/alexanderjulo/wiki',
packages=find_packages(),
include_package_data=True,
python_requires='>3.7'
python_requires='>3.7',
install_requires=[
'Flask>=0.9',
'Click>=6,<7',
Expand Down

0 comments on commit 8171fe7

Please sign in to comment.