mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Compare commits
2 commits
main
...
bump-versi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
848ed0e042 |
||
|
|
90969c1275 |
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
|
@ -40,7 +40,7 @@ setup(
|
||||||
'Jinja2==2.10',
|
'Jinja2==2.10',
|
||||||
'hupper==1.0',
|
'hupper==1.0',
|
||||||
'pint==0.8.1',
|
'pint==0.8.1',
|
||||||
'pluggy>=0.1.0,<1.0',
|
'pluggy>=0.7.1',
|
||||||
],
|
],
|
||||||
entry_points='''
|
entry_points='''
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
|
|
@ -49,9 +49,9 @@ setup(
|
||||||
setup_requires=['pytest-runner'],
|
setup_requires=['pytest-runner'],
|
||||||
extras_require={
|
extras_require={
|
||||||
'test': [
|
'test': [
|
||||||
'pytest==3.6.0',
|
'pytest==3.7.1',
|
||||||
'aiohttp==3.3.2',
|
'aiohttp==3.3.2',
|
||||||
'beautifulsoup4==4.6.0',
|
'beautifulsoup4==4.6.1',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
tests_require=[
|
tests_require=[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue