[tor-commits] [bridgedb/master] Use canonical package names.
phw at torproject.org
phw at torproject.org
Thu Oct 3 23:01:03 UTC 2019
commit 14dfd92ec825b1689da4b5c3438463249a37b9a0
Author: Philipp Winter <phw at nymity.ch>
Date: Tue Oct 1 10:10:58 2019 -0700
Use canonical package names.
Let's capitalise packages correctly.
---
.travis.requirements.txt | 4 ++--
requirements.txt | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.requirements.txt b/.travis.requirements.txt
index 4d451da..3e768d2 100644
--- a/.travis.requirements.txt
+++ b/.travis.requirements.txt
@@ -16,14 +16,14 @@
Babel==2.7.0
BeautifulSoup==3.2.1
Mako==1.1.0
-PyCryptodome==3.9.0
+pycryptodome==3.9.0
Twisted==19.7.0
coverage==4.5.4
coveralls==1.8.2
gnupg==2.3.1
ipaddr==2.2.0
mechanize==0.4.3
-pillow==6.1.0
+Pillow==6.1.0
pygeoip==0.3.2
qrcode==6.1
service_identity==18.1.0
diff --git a/requirements.txt b/requirements.txt
index d5a3c9f..6944d1a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,11 +1,11 @@
Babel==2.7.0
BeautifulSoup==3.2.1
Mako==1.1.0
-PyCryptodome==3.9.0
+pycryptodome==3.9.0
Twisted==19.7.0
gnupg==2.3.1
ipaddr==2.2.0
-pillow==6.1.0
+Pillow==6.1.0
pyOpenSSL==19.0.0
pygeoip==0.3.2
qrcode==6.1
More information about the tor-commits
mailing list