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