Added a set of pip requirements files to cover the examples in examples/frameworks.

Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
Brett Randall 2020-01-14 06:08:53 +11:00
parent e4e20f273e
commit c1bea68fce
No known key found for this signature in database
GPG Key ID: 50EF8B0B7C04B29D
6 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-r requirements_flaskapp.txt
-r requirements_cherryapp.txt
-r requirements_pyramidapp.txt
-r requirements_tornadoapp.txt
-r requirements_webpyapp.txt

View File

@ -0,0 +1 @@
cherrypy

View File

@ -0,0 +1 @@
flask

View File

@ -0,0 +1 @@
pyramid

View File

@ -0,0 +1 @@
tornado<6

View File

@ -0,0 +1 @@
web-py