Browse Source

Changed the versions of pymongo and jinja2 from latest to the debian latest ones

Roland Haroutiounian 8 years ago
parent
commit
eb865bb8ab
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      requirements.txt

+ 2
- 2
requirements.txt View File

@@ -1,12 +1,12 @@
1 1
 astroid==1.4.4
2 2
 itsdangerous==0.24
3
-Jinja2==2.8
3
+Jinja2==2.7.3
4 4
 lazy-object-proxy==1.2.1
5 5
 logilab-common==1.2.0
6 6
 MarkupSafe==0.23
7 7
 pep8==1.6.2
8 8
 pylint==1.4.4
9
-pymongo==3.2.2
9
+pymongo==3.0.3
10 10
 six==1.10.0
11 11
 Werkzeug==0.11.4
12 12
 wrapt==1.10.6

Loading…
Cancel
Save