Skip to content

Commit 7dd19a4

Browse files
committed
Case-normalise package names in requirements.txt
Recent version of pip-tools output all-lowercase package names. This commit normalises package names to lowercase so that subsequent meaningful changes to this file don't include spurious case changes.
1 parent 48777e1 commit 7dd19a4

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

requirements.txt

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bleach==1.4.3
1616
celery==3.1.25
1717
certifi==2016.2.28
1818
cffi==1.7.0
19-
Chameleon==2.24 # via deform
19+
chameleon==2.24 # via deform
2020
click==6.6
2121
colander==1.3.1 # via deform
2222
contextlib2==0.5.4 # via raven
@@ -34,22 +34,22 @@ idna==2.1 # via cryptography
3434
ipaddress==1.0.16 # via cryptography
3535
iso8601==0.1.11 # via colander
3636
itsdangerous==0.24
37-
Jinja2==2.8 # via deform-jinja2, pyramid-jinja2
37+
jinja2==2.8 # via deform-jinja2, pyramid-jinja2
3838
jsonpointer==1.0
3939
jsonschema==2.5.1
4040
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
4343
mistune==0.7.3
4444
newrelic==2.68.0.50
4545
passlib==1.6.5
46-
PasteDeploy==1.5.2 # via pyramid
46+
pastedeploy==1.5.2 # via pyramid
4747
peppercorn==0.5 # via deform
4848
psycogreen==1.0
4949
psycopg2==2.6.2
5050
pyasn1==0.1.9 # via cryptography
5151
pycparser==2.14 # via cffi
52-
PyJWT==1.4.1
52+
pyjwt==1.4.1
5353
pyparsing==2.1.5
5454
git+https://github.com/usingnamespace/pyramid_authsanity.git@7d0b70582cd693052a62b4683e521c1f4e2b4aa8#egg=pyramid_authsanity
5555
pyramid-jinja2==2.6.2
@@ -65,24 +65,20 @@ pytz==2016.6.1 # via celery
6565
raven==6.0.0
6666
repoze.lru==0.6 # via pyramid
6767
repoze.sendmail==4.1
68-
six==1.10.0 # via bcrypt, bleach, cryptography, html5lib, python-dateutil
6968
requests-aws4auth==0.9
7069
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
7272
statsd==3.2.1
7373
transaction==2.0.3 # via pyramid-tm, repoze.sendmail, zope.sqlalchemy
7474
translationstring==1.3 # via colander, deform, pyramid
7575
unicodecsv==0.14.1
76-
Unidecode==0.4.19 # via python-slugify
76+
unidecode==0.4.19 # via python-slugify
7777
urllib3==1.16 # via elasticsearch
7878
venusian==1.0 # via pyramid
79-
WebOb==1.6.1 # via pyramid
79+
webob==1.6.1 # via pyramid
8080
ws4py==0.3.5
8181
wsaccel==0.6.2
8282
zope.deprecation==4.1.2 # via deform, pyramid, pyramid-jinja2
8383
zope.interface==4.3.2 # via pyramid, pyramid-authsanity, pyramid-services, repoze.sendmail, transaction, zope.sqlalchemy
8484
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

Comments
 (0)