Update website dependencies

This commit is contained in:
slumlord
2019-02-14 03:25:52 +00:00
parent 9dcf472c27
commit 07135de7d0
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
pytz>=2012 pytz>=2012
Flask==0.10.1 Flask==1.0.2
Babel==1.3 Babel==1.3
Flask-Babel==0.9 Flask-Babel==0.9
Flask-Cache==0.12 Flask-Caching==1.4.0
Jinja2==2.7.2 Jinja2==2.10
Pygments==1.6 Pygments==1.6
python-ctags python-ctags
docutils==0.11 docutils==0.11

View File

@ -7,7 +7,7 @@ except ImportError:
try: try:
from flask.ext.cache import Cache from flask.ext.cache import Cache
except ImportError: except ImportError:
from flask_cache import Cache from flask_caching import Cache
from docutils.core import publish_parts from docutils.core import publish_parts
import os.path import os.path
import os import os
@ -23,7 +23,7 @@ except ImportError:
# Constants # Constants
CURRENT_I2P_VERSION = '0.9.38' CURRENT_I2P_VERSION = '0.9.38'
CURRENT_I2P_FIREFOX_PROFILE_VERSION = '0.02a' CURRENT_I2P_FIREFOX_PROFILE_VERSION = '0.01a'
CANONICAL_DOMAIN = 'geti2p.net' CANONICAL_DOMAIN = 'geti2p.net'