Steve Piercy
2018-09-07 2df3dd3e10ade5dbaf211b8df4f7e3ce2d71daed
Merge pull request #3343 from trthhrtz/trthhrtz-tutorial-fix

Trthhrtz tutorial fix
2 files modified
6 ■■■■ changed files
CONTRIBUTORS.txt 3 ●●●●● patch | view | raw | blame | history
docs/quick_tutorial/package/setup.py 3 ●●●● patch | view | raw | blame | history
CONTRIBUTORS.txt
@@ -328,3 +328,6 @@
- Benjamin Gmurczyk, 2018/06/14
- Stephen Martin, 2018/09/04
- Kuzma Leshakov, 2018/09/07
docs/quick_tutorial/package/setup.py
@@ -2,8 +2,9 @@
requires = [
    'pyramid',
    'waitress',
]
setup(name='tutorial',
      install_requires=requires,
)
)