mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #2238 from benoitc/examples-frameworks-requirements
Added pip requirements files for examples/frameworks
This commit is contained in:
commit
77f33d6944
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