File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ bionic-image:
5757 docker build -t pypi-server:bionic -f package/Dockerfile.bionic package
5858
5959docker-image :
60- docker build -t mosquito/pypi-server:$(VERSION ) --squash .
60+ docker build -t mosquito/pypi-server:$(VERSION ) .
6161 docker tag mosquito/pypi-server:$(VERSION ) mosquito/pypi-server:latest
Original file line number Diff line number Diff line change 99 ("Dmitry Orlov" , "me@mosquito.su" )
1010]
1111
12- version_info = (0 , 4 , 9 )
12+ version_info = (0 , 4 , 10 )
1313
1414__version__ = "." .join (map (str , version_info ))
1515__author__ = ", " .join ("{0} <{1}>" .format (* author ) for author in author_info )
Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ def walker(base, *paths):
8282 'slimurl' ,
8383 'peewee<3' ,
8484 'bcrypt>=2.0' ,
85- 'lxml' ,
85+ # For building with Debian. By default is uses python3.4
86+ 'lxml<4.4' ,
8687 'futures' ,
8788 'six' ,
8889 ),
You can’t perform that action at this time.
0 commit comments