mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
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:
parent
e4e20f273e
commit
c1bea68fce
5
examples/frameworks/requirements.txt
Normal file
5
examples/frameworks/requirements.txt
Normal 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
|
||||
1
examples/frameworks/requirements_cherryapp.txt
Normal file
1
examples/frameworks/requirements_cherryapp.txt
Normal file
@ -0,0 +1 @@
|
||||
cherrypy
|
||||
1
examples/frameworks/requirements_flaskapp.txt
Normal file
1
examples/frameworks/requirements_flaskapp.txt
Normal file
@ -0,0 +1 @@
|
||||
flask
|
||||
1
examples/frameworks/requirements_pyramidapp.txt
Normal file
1
examples/frameworks/requirements_pyramidapp.txt
Normal file
@ -0,0 +1 @@
|
||||
pyramid
|
||||
1
examples/frameworks/requirements_tornadoapp.txt
Normal file
1
examples/frameworks/requirements_tornadoapp.txt
Normal file
@ -0,0 +1 @@
|
||||
tornado<6
|
||||
1
examples/frameworks/requirements_webpyapp.txt
Normal file
1
examples/frameworks/requirements_webpyapp.txt
Normal file
@ -0,0 +1 @@
|
||||
web-py
|
||||
Loading…
x
Reference in New Issue
Block a user