Skip to content
Snippets Groups Projects
Commit f19d2bfc authored by Jan Mach's avatar Jan Mach
Browse files

Updated all third party backend libraries to latest versions.

(Redmine issue: #3387)
parent d2fdb076
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ pytz
ply
pymongo
psycopg2
babel
wtforms
sqlalchemy
jinja2
blinker
......
pytz==2017.2
pytz==2018.5
ply==3.11
pymongo==3.5.1
psycopg2==2.7.3.1
sqlalchemy==1.1.14
jinja2==2.9.6
psycopg2>=2.7,<2.8 --no-binary psycopg2
babel==2.6.0
wtforms==2.2.1
sqlalchemy==1.2.10
jinja2==2.10
blinker==1.4
flask==0.12.2
flask-login==0.4.0
flask==1.0.2
flask-login==0.4.1
flask-mail==0.9.1
flask-babel==0.11.2
flask-principal==0.4.0
flask-wtf==0.14.2
flask-sqlalchemy==2.3.2
flask-debugtoolbar==0.10.1
geoip2==2.5.0
rrdtool==0.1.11
geoip2==2.9.0
rrdtool==0.1.14
pydgets==0.9
pyzenkit==0.49
pynspect==0.14
......
......@@ -4,7 +4,7 @@ Section: python
Installed-Size: <%- package_size %>
Priority: optional
Architecture: <%- architecture %>
Depends: sudo, python3, rrdtool, librrd-dev, libpython3-dev
Depends: sudo, python3, rrdtool, librrd-dev, libpython3-dev, libpq-dev
Maintainer: Jan Mach <jan.mach@cesnet.cz>
Description: mentat-ng
Next generation of Mentat system written in Python3.
......@@ -84,45 +84,51 @@ Python dependencies
Following is a list of most important Python dependencies:
`geoip2 <https://pypi.python.org/pypi/geoip2>`__
`geoip2 <https://pypi.org/project/geoip2/>`__
Python binding for `MaxMind <https://www.maxmind.com/en/home>`__
`GeoIP2 <http://dev.maxmind.com/geoip/geoip2/geolite2/>`__ API.
`jinja2 <https://pypi.python.org/pypi/Jinja2>`__
`Jinja2 <https://pypi.org/project/Jinja2/>`__
A small but fast and easy to use stand-alone template engine written in pure Python.
`ply <https://pypi.python.org/pypi/ply>`__
`Babel <https://pypi.org/project/Babel/>`__
A collection of tools for internationalizing Python applications.
`WTForms <https://pypi.org/project/WTForms/>`__
WTForms is a flexible forms validation and rendering library for Python web development.
`ply <https://pypi.org/project/ply/>`__
Python Lex & Yacc.
`psycopg2 <https://pypi.python.org/pypi/psycopg2>`__
`psycopg2 <https://pypi.org/project/psycopg2/>`__
Python driver for `PostgreSQL <http://www.postgresql.org>`__.
`sqlalchemy <https://pypi.python.org/pypi/SQLAlchemy/1.1.15>`__
`SQLAlchemy <https://pypi.org/project/SQLAlchemy/>`__
Python universal DBAL and ORM toolkit.
`rrdtool <https://pypi.python.org/pypi/rrdtool>`__
`rrdtool <https://pypi.org/project/rrdtool/>`__
Python bindings for `RRDTool <http://oss.oetiker.ch/rrdtool/>`__.
`Flask <https://pypi.python.org/pypi/Flask>`__
`Flask <https://pypi.org/project/Flask/>`__
Awesome Python `microframework <http://flask.pocoo.org/>`__ for web development.
`ipranges <https://pypi.python.org/pypi/ipranges>`__
`ipranges <https://pypi.org/project/ipranges/>`__
Python library for working with IP addressess.
`typedcols <https://pypi.python.org/pypi/typedcols>`__
`typedcols <https://pypi.org/project/typedcols/>`__
Python library providing typed collections.
`idea-format <https://pypi.python.org/pypi/pydgets>`__
`idea-format <https://pypi.org/project/idea-format/>`__
Python library for working with `IDEA <https://idea.cesnet.cz/en/index>`__ messages.
`Pydgets <https://pypi.python.org/pypi/pydgets>`__
`Pydgets <https://pypi.org/project/pydgets/>`__
Python3 command line widget library.
`PyZenKit <https://pypi.python.org/pypi/pyzenkit>`__
`PyZenKit <https://pypi.org/project/pyzenkit/>`__
Collection of usefull tools and utilities for creating console applications,
scripts and system services (daemons) in Python 3.
`Pynspect <https://pypi.python.org/pypi/pynspect>`__
`Pynspect <https://pypi.org/project/pynspect/>`__
Python library for filtering, querying or inspecting almost arbitrary data
structures.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment