Skip to content
Snippets Groups Projects
Commit 59566ea6 authored by drakos's avatar drakos
Browse files

fix-build

parent ae6c6c77
No related branches found
No related tags found
3 merge requests!9finally merge old fixes with master,!6cleanup merge,!2Fix build
...@@ -92,7 +92,7 @@ RUN \ ...@@ -92,7 +92,7 @@ RUN \
WORKDIR /app WORKDIR /app
RUN pipenv install --dev RUN pipenv install --dev # && pipenv graph # for debugging
RUN chown -R www-data . && \ RUN chown -R www-data . && \
apt-get remove -y \ apt-get remove -y \
......
[[source]] [[source]]
url = "https://pypi.python.org/simple" url = "https://pypi.org/simple"
verify_ssl = true verify_ssl = true
[dev-packages] [dev-packages]
...@@ -31,7 +31,7 @@ pytest-cov = "==2.6.0" ...@@ -31,7 +31,7 @@ pytest-cov = "==2.6.0"
pytest-docker = "==0.6.1" pytest-docker = "==0.6.1"
pytest-mock = "==1.10.0" pytest-mock = "==1.10.0"
pytest-profiling = "*" pytest-profiling = "*"
pytest-pylint = "*" pytest-pylint = "==0.14.1"
pytest-sanic = "==0.1.13" pytest-sanic = "==0.1.13"
pytest-timeout = "*" pytest-timeout = "*"
python-rapidjson = "*" python-rapidjson = "*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment