Installs pyscss build dependency

This commit is contained in:
Aaron Louie 2020-03-25 10:00:07 -04:00
parent 4ea5340248
commit 6f0facdb69
3 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ ENV PATH=/root/.local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/loca
# install node and yarn # install node and yarn
RUN apt-get update RUN apt-get update
RUN apt-get -y install postgresql-client RUN apt-get -y install postgresql-client libpcre3 libpcre3-dev
# config project dir # config project dir
RUN mkdir /protocol-builder-mock RUN mkdir /protocol-builder-mock

View File

@ -20,7 +20,7 @@ ma = "*"
marshmallow-sqlalchemy = "*" marshmallow-sqlalchemy = "*"
wtforms-alchemy = "*" wtforms-alchemy = "*"
psycopg2-binary = "*" psycopg2-binary = "*"
pyScss = "*" pyscss = "*"
[requires] [requires]
python_version = "3.7" python_version = "3.7"

10
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "03ddafd687cb99238fc67ce6732cdb0ed3708e9d257f40adf71989c75f3b1f92" "sha256": "ca92325f9ff90d6263f261dc514de998c618a3e91614f9c1987b2f0db9b72dcf"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -376,16 +376,16 @@
}, },
"pyrsistent": { "pyrsistent": {
"hashes": [ "hashes": [
"sha256:cdc7b5e3ed77bed61270a47d35434a30617b9becdf2478af76ad2c6ade307280" "sha256:28669905fe725965daa16184933676547c5bb40a5153055a8dee2a4bd7933ad3"
], ],
"version": "==0.15.7" "version": "==0.16.0"
}, },
"pyscss": { "pyscss": {
"hashes": [ "hashes": [
"sha256:14a25c33c221a66bb1f000a6a067f376528d3df2f9333cee9c95709a9280cdb0" "sha256:123c1a9087f1c420bea891ebf19d5222262c7d30ced20bb38586023de28c9d4f"
], ],
"index": "pypi", "index": "pypi",
"version": "==1.3.5" "version": "==1.3.6"
}, },
"python-dateutil": { "python-dateutil": {
"hashes": [ "hashes": [