public inbox for [email protected]  
help / color / mirror / Atom feed
From: Khushboo Vashi <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [pgAdmin4][Patch]: Fix Python wheel dependency
Date: Thu, 28 Jun 2018 17:28:20 +0530
Message-ID: <CAFOhELd6AzB0BdhbpN14ezkQOk9Hqhw6B2gXSJcgL1O2Ums8NA@mail.gmail.com> (raw)

Hi,

Please find the attached patch to fix the python wheel dependency.

Thanks,
Khushboo


Attachments:

  [text/x-patch] pythonwheel_setup.patch (1.2K, 3-pythonwheel_setup.patch)
  download | inline diff:
diff --git a/pkg/pip/setup_pip.py b/pkg/pip/setup_pip.py
index 4179f2a..92df74e 100644
--- a/pkg/pip/setup_pip.py
+++ b/pkg/pip/setup_pip.py
@@ -87,26 +87,26 @@ setup(
     extras_require={
         # ...
         ":python_version<'2.7'": [
-            "ordereddict",
-            "Flask-Script",
             "psycopg2==2.7.3.2",
-            "pycrypto==2.6.1",
+            "Flask-Script==2.0.5",
+            "ordereddict",
             "python-dateutil==2.5.0",
             "SQLAlchemy==1.0.14",
             "Flask-Security==1.7.5",
             "Flask-BabelEx==0.9.3"
         ],
         ":python_version<='2.7'": [
-            "backports.csv",
-            "importlib"
+            "backports.csv==1.0.5",
+            "importlib==1.0.3"
         ],
         ":python_version>='2.7'": [
-            "Flask-HTMLmin",
-            "psycopg2>=2.7.3.2",
-            "pycrypto==2.6.1",
+            "psycopg2>=2.7.4",
             "python-dateutil>=2.7.1",
+            "htmlmin==0.1.12",
+            "Flask-HTMLmin==1.3.2",
             "SQLAlchemy>=1.2.5",
-            "Flask-Security>=3.0.0"
+            "Flask-Security>=3.0.0",
+            "sshtunnel>=0.1.3"
         ]
     },
 


view thread (2+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: [pgAdmin4][Patch]: Fix Python wheel dependency
  In-Reply-To: <CAFOhELd6AzB0BdhbpN14ezkQOk9Hqhw6B2gXSJcgL1O2Ums8NA@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox