|
@@ -1,4 +1,5 @@
|
1
|
1
|
[versions]
|
|
2
|
+Babel = 1.3
|
2
|
3
|
Flask = 0.10.1
|
3
|
4
|
Flask-Babel = 0.9
|
4
|
5
|
Jinja2 = 2.7.2
|
|
@@ -14,9 +15,11 @@ docutils = 0.11
|
14
|
15
|
flake8 = 2.1.0
|
15
|
16
|
itsdangerous = 0.23
|
16
|
17
|
mccabe = 0.2.1
|
|
18
|
+mock = 1.0.1
|
17
|
19
|
pep8 = 1.4.6
|
18
|
20
|
plone.testing = 4.0.8
|
19
|
21
|
pyflakes = 0.7.3
|
|
22
|
+pytz = 2013b
|
20
|
23
|
pyyaml = 3.10
|
21
|
24
|
requests = 2.2.0
|
22
|
25
|
robotframework-debuglibrary = 0.3
|
|
@@ -24,6 +27,7 @@ robotframework-httplibrary = 0.4.2
|
24
|
27
|
robotframework-selenium2library = 1.5.0
|
25
|
28
|
robotsuite = 1.4.2
|
26
|
29
|
selenium = 2.39.0
|
|
30
|
+speaklater = 1.3
|
27
|
31
|
unittest2 = 0.5.1
|
28
|
32
|
waitress = 0.8.8
|
29
|
33
|
zc.recipe.testrunner = 2.0.0
|
|
@@ -72,7 +76,7 @@ setuptools = 2.1
|
72
|
76
|
|
73
|
77
|
# Required by:
|
74
|
78
|
# zope.testrunner==4.4.1
|
75
|
|
-six = 1.5.2
|
|
79
|
+six = 1.6.1
|
76
|
80
|
|
77
|
81
|
# Required by:
|
78
|
82
|
# collective.recipe.omelette==0.16
|
|
@@ -93,3 +97,7 @@ zope.testing = 4.1.2
|
93
|
97
|
# Required by:
|
94
|
98
|
# zc.recipe.testrunner==2.0.0
|
95
|
99
|
zope.testrunner = 4.4.1
|
|
100
|
+
|
|
101
|
+# Required by:
|
|
102
|
+# searx==0.3.0
|
|
103
|
+python-dateutil = 2.2
|