Fix case for Sanic dependency

On PyPI it has a capital letter: https://pypi.python.org/pypi/Sanic

I think this is why the list of "Requires Distributions" on https://pypi.python.org/pypi/datasette links to all of the other dependencies but does not link to Sanic.
pull/117/head
Simon Willison 2017-11-17 05:26:05 -08:00 zatwierdzone przez GitHub
rodzic 8b4c600d98
commit b9af49be6c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -14,7 +14,7 @@ setup(
install_requires=[
'click==6.7',
'click-default-group==1.2',
'sanic==0.6.0',
'Sanic==0.6.0',
'Jinja2==2.10',
'sanic-jinja2==0.5.5',
'hupper==1.0',