This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
forked from web2py/py4web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
12 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = "Massimo Di Pierro <[email protected]>" | ||
__license__ = "BSDv3" | ||
__version__ = "1.20210807.1" | ||
__version__ = "1.20210814.1" | ||
|
||
|
||
def _maybe_gevent(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
wheel | ||
bottle >= 0.12 | ||
click | ||
colorama | ||
cryptography | ||
tornado | ||
gunicorn | ||
gevent | ||
gevent-websocket | ||
renoir >= 1.4.0 | ||
requests | ||
threadsafevariable >= 1.1 | ||
pyjwt >= 2.0.1 | ||
pluralize >= 0.1.7 | ||
yatl >= 20210326.1 | ||
pydal >= 20210626.3 | ||
python-memcached # used for testing or for optionally actually accessing memcache | ||
watchgod >= 0.6 | ||
|
||
# optional modules: | ||
# gunicorn | ||
# gevent | ||
# gevent-websocket | ||
# python-memcached # used for testing or for optionally actually accessing memcache | ||
|
||
### for documentation only ### | ||
# use also docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters