Show More
@@ -197,19 +197,6 b'' | |||||
197 | license = [ pkgs.lib.licenses.mit ]; |
|
197 | license = [ pkgs.lib.licenses.mit ]; | |
198 | }; |
|
198 | }; | |
199 | }; |
|
199 | }; | |
200 | SQLAlchemy = super.buildPythonPackage { |
|
|||
201 | name = "SQLAlchemy-1.1.15"; |
|
|||
202 | buildInputs = with self; []; |
|
|||
203 | doCheck = false; |
|
|||
204 | propagatedBuildInputs = with self; []; |
|
|||
205 | src = fetchurl { |
|
|||
206 | url = "https://files.pythonhosted.org/packages/c2/f6/11fcc1ce19a7cb81b1c9377f4e27ce3813265611922e355905e57c44d164/SQLAlchemy-1.1.15.tar.gz"; |
|
|||
207 | sha256 = "8b79a5ed91cdcb5abe97b0045664c55c140aec09e5dd5c01303e23de5fe7a95a"; |
|
|||
208 | }; |
|
|||
209 | meta = { |
|
|||
210 | license = [ pkgs.lib.licenses.mit ]; |
|
|||
211 | }; |
|
|||
212 | }; |
|
|||
213 | Tempita = super.buildPythonPackage { |
|
200 | Tempita = super.buildPythonPackage { | |
214 | name = "Tempita-0.5.2"; |
|
201 | name = "Tempita-0.5.2"; | |
215 | buildInputs = with self; []; |
|
202 | buildInputs = with self; []; | |
@@ -1793,6 +1780,19 b'' | |||||
1793 | license = [ pkgs.lib.licenses.mit ]; |
|
1780 | license = [ pkgs.lib.licenses.mit ]; | |
1794 | }; |
|
1781 | }; | |
1795 | }; |
|
1782 | }; | |
|
1783 | sqlalchemy = super.buildPythonPackage { | |||
|
1784 | name = "sqlalchemy-1.1.18"; | |||
|
1785 | buildInputs = with self; []; | |||
|
1786 | doCheck = false; | |||
|
1787 | propagatedBuildInputs = with self; []; | |||
|
1788 | src = fetchurl { | |||
|
1789 | url = "https://files.pythonhosted.org/packages/cc/4d/96d93ff77cd67aca7618e402191eee3490d8f5f245d6ab7622d35fe504f4/SQLAlchemy-1.1.18.tar.gz"; | |||
|
1790 | sha256 = "8b0ec71af9291191ba83a91c03d157b19ab3e7119e27da97932a4773a3f664a9"; | |||
|
1791 | }; | |||
|
1792 | meta = { | |||
|
1793 | license = [ pkgs.lib.licenses.mit ]; | |||
|
1794 | }; | |||
|
1795 | }; | |||
1796 | sshpubkeys = super.buildPythonPackage { |
|
1796 | sshpubkeys = super.buildPythonPackage { | |
1797 | name = "sshpubkeys-2.2.0"; |
|
1797 | name = "sshpubkeys-2.2.0"; | |
1798 | buildInputs = with self; []; |
|
1798 | buildInputs = with self; []; |
@@ -73,7 +73,7 b' Routes==2.4.1' | |||||
73 | setproctitle==1.1.10 |
|
73 | setproctitle==1.1.10 | |
74 | simplejson==3.11.1 |
|
74 | simplejson==3.11.1 | |
75 | six==1.11.0 |
|
75 | six==1.11.0 | |
76 |
|
|
76 | sqlalchemy==1.1.18 | |
77 | sshpubkeys==2.2.0 |
|
77 | sshpubkeys==2.2.0 | |
78 | subprocess32==3.2.7 |
|
78 | subprocess32==3.2.7 | |
79 | supervisor==3.3.4 |
|
79 | supervisor==3.3.4 |
General Comments 0
You need to be logged in to leave comments.
Login now