##// END OF EJS Templates
dependencies: moved some to pinned requirements
marcink -
r3554:daf67208 default
parent child Browse files
Show More
@@ -1759,7 +1759,6 b' self: super: {'
1759 self."beaker"
1759 self."beaker"
1760 self."bleach"
1760 self."bleach"
1761 self."celery"
1761 self."celery"
1762 self."chameleon"
1763 self."channelstream"
1762 self."channelstream"
1764 self."click"
1763 self."click"
1765 self."colander"
1764 self."colander"
@@ -1770,7 +1769,6 b' self: super: {'
1770 self."docutils"
1769 self."docutils"
1771 self."dogpile.cache"
1770 self."dogpile.cache"
1772 self."dogpile.core"
1771 self."dogpile.core"
1773 self."ecdsa"
1774 self."formencode"
1772 self."formencode"
1775 self."future"
1773 self."future"
1776 self."futures"
1774 self."futures"
@@ -1797,7 +1795,6 b' self: super: {'
1797 self."pyparsing"
1795 self."pyparsing"
1798 self."pyramid-beaker"
1796 self."pyramid-beaker"
1799 self."pyramid-debugtoolbar"
1797 self."pyramid-debugtoolbar"
1800 self."pyramid-jinja2"
1801 self."pyramid-mako"
1798 self."pyramid-mako"
1802 self."pyramid"
1799 self."pyramid"
1803 self."pyramid-mailer"
1800 self."pyramid-mailer"
@@ -1820,7 +1817,6 b' self: super: {'
1820 self."sshpubkeys"
1817 self."sshpubkeys"
1821 self."subprocess32"
1818 self."subprocess32"
1822 self."supervisor"
1819 self."supervisor"
1823 self."tempita"
1824 self."translationstring"
1820 self."translationstring"
1825 self."urllib3"
1821 self."urllib3"
1826 self."urlobject"
1822 self."urlobject"
@@ -9,7 +9,6 b' babel==1.3'
9 beaker==1.9.1
9 beaker==1.9.1
10 bleach==3.1.0
10 bleach==3.1.0
11 celery==4.1.1
11 celery==4.1.1
12 chameleon==2.24
13 channelstream==0.5.2
12 channelstream==0.5.2
14 click==7.0
13 click==7.0
15 colander==1.7.0
14 colander==1.7.0
@@ -21,7 +20,6 b' deform==2.0.7'
21 docutils==0.14.0
20 docutils==0.14.0
22 dogpile.cache==0.7.1
21 dogpile.cache==0.7.1
23 dogpile.core==0.4.1
22 dogpile.core==0.4.1
24 ecdsa==0.13
25 formencode==1.2.4
23 formencode==1.2.4
26 future==0.14.3
24 future==0.14.3
27 futures==3.0.2
25 futures==3.0.2
@@ -48,7 +46,6 b' pygments==2.3.1'
48 pyparsing==2.3.0
46 pyparsing==2.3.0
49 pyramid-beaker==0.8
47 pyramid-beaker==0.8
50 pyramid-debugtoolbar==4.5.0
48 pyramid-debugtoolbar==4.5.0
51 pyramid-jinja2==2.7
52 pyramid-mako==1.0.2
49 pyramid-mako==1.0.2
53 pyramid==1.10.1
50 pyramid==1.10.1
54 pyramid_mailer==0.15.1
51 pyramid_mailer==0.15.1
@@ -71,7 +68,6 b' sqlalchemy==1.1.18'
71 sshpubkeys==3.1.0
68 sshpubkeys==3.1.0
72 subprocess32==3.5.3
69 subprocess32==3.5.3
73 supervisor==3.3.5
70 supervisor==3.3.5
74 tempita==0.5.2
75 translationstring==1.3
71 translationstring==1.3
76 urllib3==1.24.1
72 urllib3==1.24.1
77 urlobject==2.4.3
73 urlobject==2.4.3
@@ -3,9 +3,15 b''
3 atomicwrites==1.2.1
3 atomicwrites==1.2.1
4 attrs==18.2.0
4 attrs==18.2.0
5 billiard==3.5.0.3
5 billiard==3.5.0.3
6 chameleon==2.24
7 cffi==1.12.2
8 ecdsa==0.13
9 hupper==1.6
6 gnureadline==6.3.8
10 gnureadline==6.3.8
7 jinja2==2.9.6
11 jinja2==2.9.6
8 jsonschema==2.6.0
12 jsonschema==2.6.0
9 pathlib2==2.3.3
13 pathlib2==2.3.3
14 pyramid-jinja2==2.7
10 setproctitle==1.1.10
15 setproctitle==1.1.10
11
16 scandir==1.10.0
17 tempita==0.5.2
General Comments 0
You need to be logged in to leave comments. Login now