diff options
| author | Steve Piercy <web@stevepiercy.com> | 2019-12-25 03:35:14 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2020-01-02 23:30:59 -0800 |
| commit | 94fd8de4263dc6294aa62425a5f98d905ef0584a (patch) | |
| tree | da1ca3fbd3f57748663e7a2b43061de52de7c282 /docs/quick_tour/sqla_demo/setup.py | |
| parent | cc396692d82441f8142fb14041542ebd2dad6f0a (diff) | |
| download | pyramid-94fd8de4263dc6294aa62425a5f98d905ef0584a.tar.gz pyramid-94fd8de4263dc6294aa62425a5f98d905ef0584a.tar.bz2 pyramid-94fd8de4263dc6294aa62425a5f98d905ef0584a.zip | |
Update quick_tour with cookiecutter master branch
Diffstat (limited to 'docs/quick_tour/sqla_demo/setup.py')
| -rw-r--r-- | docs/quick_tour/sqla_demo/setup.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/quick_tour/sqla_demo/setup.py b/docs/quick_tour/sqla_demo/setup.py index 28a8e0815..23740ba9f 100644 --- a/docs/quick_tour/sqla_demo/setup.py +++ b/docs/quick_tour/sqla_demo/setup.py @@ -9,17 +9,17 @@ with open(os.path.join(here, 'CHANGES.txt')) as f: CHANGES = f.read() requires = [ - 'alembic', 'plaster_pastedeploy', - 'pyramid >= 1.9', - 'pyramid_debugtoolbar', + 'pyramid', 'pyramid_jinja2', + 'pyramid_debugtoolbar', + 'waitress', + 'alembic', 'pyramid_retry', 'pyramid_tm', 'SQLAlchemy', 'transaction', 'zope.sqlalchemy', - 'waitress', ] tests_require = [ @@ -55,7 +55,7 @@ setup( 'main = sqla_demo:main', ], 'console_scripts': [ - 'initialize_sqla_demo_db = sqla_demo.scripts.initialize_db:main', + 'initialize_sqla_demo_db=sqla_demo.scripts.initialize_db:main', ], }, ) |
