@@ -16,7 +16,7 @@ bleach==1.4.3
16
16
celery == 3.1.25
17
17
certifi == 2016.2.28
18
18
cffi == 1.7.0
19
- Chameleon == 2.24 # via deform
19
+ chameleon == 2.24 # via deform
20
20
click == 6.6
21
21
colander == 1.3.1 # via deform
22
22
contextlib2 == 0.5.4 # via raven
@@ -34,22 +34,22 @@ idna==2.1 # via cryptography
34
34
ipaddress == 1.0.16 # via cryptography
35
35
iso8601 == 0.1.11 # via colander
36
36
itsdangerous == 0.24
37
- Jinja2 == 2.8 # via deform-jinja2, pyramid-jinja2
37
+ jinja2 == 2.8 # via deform-jinja2, pyramid-jinja2
38
38
jsonpointer == 1.0
39
39
jsonschema == 2.5.1
40
40
kombu == 3.0.37
41
- Mako == 1.0.4 # via alembic
42
- MarkupSafe == 0.23 # via jinja2, mako, pyramid-jinja2
41
+ mako == 1.0.4 # via alembic
42
+ markupsafe == 0.23 # via jinja2, mako, pyramid-jinja2
43
43
mistune == 0.7.3
44
44
newrelic == 2.68.0.50
45
45
passlib == 1.6.5
46
- PasteDeploy == 1.5.2 # via pyramid
46
+ pastedeploy == 1.5.2 # via pyramid
47
47
peppercorn == 0.5 # via deform
48
48
psycogreen == 1.0
49
49
psycopg2 == 2.6.2
50
50
pyasn1 == 0.1.9 # via cryptography
51
51
pycparser == 2.14 # via cffi
52
- PyJWT == 1.4.1
52
+ pyjwt == 1.4.1
53
53
pyparsing == 2.1.5
54
54
git+https://github.com/usingnamespace/pyramid_authsanity.git@7d0b70582cd693052a62b4683e521c1f4e2b4aa8#egg=pyramid_authsanity
55
55
pyramid-jinja2 == 2.6.2
@@ -65,24 +65,20 @@ pytz==2016.6.1 # via celery
65
65
raven == 6.0.0
66
66
repoze.lru == 0.6 # via pyramid
67
67
repoze.sendmail == 4.1
68
- six == 1.10.0 # via bcrypt, bleach, cryptography, html5lib, python-dateutil
69
68
requests-aws4auth == 0.9
70
69
requests == 2.13.0 # via requests-aws4auth
71
- SQLAlchemy == 1.1.4 # via alembic, zope.sqlalchemy
70
+ six == 1.10.0 # via bcrypt, bleach, cryptography, html5lib, python-dateutil
71
+ sqlalchemy == 1.1.4
72
72
statsd == 3.2.1
73
73
transaction == 2.0.3 # via pyramid-tm, repoze.sendmail, zope.sqlalchemy
74
74
translationstring == 1.3 # via colander, deform, pyramid
75
75
unicodecsv == 0.14.1
76
- Unidecode == 0.4.19 # via python-slugify
76
+ unidecode == 0.4.19 # via python-slugify
77
77
urllib3 == 1.16 # via elasticsearch
78
78
venusian == 1.0 # via pyramid
79
- WebOb == 1.6.1 # via pyramid
79
+ webob == 1.6.1 # via pyramid
80
80
ws4py == 0.3.5
81
81
wsaccel == 0.6.2
82
82
zope.deprecation == 4.1.2 # via deform, pyramid, pyramid-jinja2
83
83
zope.interface == 4.3.2 # via pyramid, pyramid-authsanity, pyramid-services, repoze.sendmail, transaction, zope.sqlalchemy
84
84
zope.sqlalchemy == 0.7.7
85
-
86
- # The following packages are commented out because they are
87
- # considered to be unsafe in a requirements file:
88
- # setuptools # via cryptography, pyramid, repoze.sendmail, zope.deprecation, zope.interface, zope.sqlalchemy
0 commit comments