##// END OF EJS Templates
packaging: moved some not required dependencies to pinned requirements file
marcink -
r651:ee76c8b5 default
parent child Browse files
Show More
@@ -0,0 +1,9 b''
1 # contains not directly required libraries we want to pin the version.
2
3 atomicwrites==1.2.1
4 attrs==18.2.0
5 pathlib2==2.3.3
6 pygments==2.3.1
7 psutil==5.4.8
8 setproctitle==1.1.10
9 venusian==1.2.0
@@ -678,8 +678,6 b' self: super: {'
678 doCheck = true;
678 doCheck = true;
679 propagatedBuildInputs = [
679 propagatedBuildInputs = [
680 self."configobj"
680 self."configobj"
681 self."atomicwrites"
682 self."attrs"
683 self."dogpile.cache"
681 self."dogpile.cache"
684 self."dogpile.core"
682 self."dogpile.core"
685 self."decorator"
683 self."decorator"
@@ -691,11 +689,8 b' self: super: {'
691 self."mercurial"
689 self."mercurial"
692 self."msgpack-python"
690 self."msgpack-python"
693 self."pastedeploy"
691 self."pastedeploy"
694 self."psutil"
695 self."pyramid"
692 self."pyramid"
696 self."pyramid-mako"
693 self."pyramid-mako"
697 self."pygments"
698 self."pathlib2"
699 self."repoze.lru"
694 self."repoze.lru"
700 self."simplejson"
695 self."simplejson"
701 self."subprocess32"
696 self."subprocess32"
@@ -705,12 +700,10 b' self: super: {'
705 self."webob"
700 self."webob"
706 self."zope.deprecation"
701 self."zope.deprecation"
707 self."zope.interface"
702 self."zope.interface"
708 self."venusian"
709 self."gevent"
703 self."gevent"
710 self."greenlet"
704 self."greenlet"
711 self."gunicorn"
705 self."gunicorn"
712 self."waitress"
706 self."waitress"
713 self."setproctitle"
714 self."ipdb"
707 self."ipdb"
715 self."ipython"
708 self."ipython"
716 self."pytest"
709 self."pytest"
@@ -2,8 +2,7 b''
2
2
3 # our custom configobj
3 # our custom configobj
4 https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6
4 https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6
5 atomicwrites==1.2.1
5
6 attrs==18.2.0
7 dogpile.cache==0.7.1
6 dogpile.cache==0.7.1
8 dogpile.core==0.4.1
7 dogpile.core==0.4.1
9 decorator==4.1.2
8 decorator==4.1.2
@@ -16,12 +15,9 b' mercurial==4.6.2'
16 msgpack-python==0.5.6
15 msgpack-python==0.5.6
17
16
18 pastedeploy==2.0.1
17 pastedeploy==2.0.1
19 psutil==5.4.8
20 pyramid==1.10.1
18 pyramid==1.10.1
21 pyramid-mako==1.0.2
19 pyramid-mako==1.0.2
22
20
23 pygments==2.3.1
24 pathlib2==2.3.3
25 repoze.lru==0.7
21 repoze.lru==0.7
26 simplejson==3.16.0
22 simplejson==3.16.0
27 subprocess32==3.5.3
23 subprocess32==3.5.3
@@ -32,14 +28,12 b' translationstring==1.3'
32 webob==1.8.4
28 webob==1.8.4
33 zope.deprecation==4.3.0
29 zope.deprecation==4.3.0
34 zope.interface==4.5.0
30 zope.interface==4.5.0
35 venusian==1.2.0
36
31
37 ## http servers
32 ## http servers
38 gevent==1.4.0
33 gevent==1.4.0
39 greenlet==0.4.15
34 greenlet==0.4.15
40 gunicorn==19.9.0
35 gunicorn==19.9.0
41 waitress==1.1.0
36 waitress==1.1.0
42 setproctitle==1.1.10
43
37
44 ## debug
38 ## debug
45 ipdb==0.11.0
39 ipdb==0.11.0
General Comments 0
You need to be logged in to leave comments. Login now