[tor-commits] [bridgedb/develop] Order dependencies alphabetically.

phw at torproject.org phw at torproject.org
Thu Oct 3 22:41:54 UTC 2019


commit c833e9766cfb414b5f4050eb28fba93cb245d976
Author: Philipp Winter <phw at nymity.ch>
Date:   Thu Sep 12 16:37:13 2019 -0700

    Order dependencies alphabetically.
    
    This makes it easier to create diffs between our various requirements
    files.
---
 .travis.requirements.txt | 12 ++++++------
 requirements.txt         |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.travis.requirements.txt b/.travis.requirements.txt
index 0669dc4..4d451da 100644
--- a/.travis.requirements.txt
+++ b/.travis.requirements.txt
@@ -13,20 +13,20 @@
 #     $ make coverage
 #
 #------------------------------------------------------------------------------
-coverage==4.5.4
-coveralls==1.8.2
-mechanize==0.4.3
-sure==1.4.11
 Babel==2.7.0
 BeautifulSoup==3.2.1
 Mako==1.1.0
-ipaddr==2.2.0
-pygeoip==0.3.2
 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
+pygeoip==0.3.2
 qrcode==6.1
 service_identity==18.1.0
 stem==1.7.1
+sure==1.4.11
 zope.interface==4.6.0
diff --git a/requirements.txt b/requirements.txt
index ebf9c96..05d5444 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,13 +1,13 @@
 Babel==2.7.0
 BeautifulSoup==3.2.1
 Mako==1.1.0
+PyCryptodome==3.9.0
 Twisted==19.7.0
+gnupg==2.3.1
 ipaddr==2.2.0
+pillow>=6.1.0
 pyOpenSSL==19.0.0
 pygeoip==0.3.2
-PyCryptodome==3.9.0
-gnupg==2.3.1
-pillow>=6.1.0
 qrcode==6.1
 service_identity==18.1.0
 stem==1.7.1





More information about the tor-commits mailing list