Skip to content

Commit

Permalink
Fixed further requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dkumor committed Dec 13, 2019
1 parent 91f0efc commit 6249cc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -19,6 +19,9 @@ frontend: phony frontend/node_modules
cd plugins/registry; make builtin; make frontend

heedy: backend/main.go phony # gencode
ifeq ($(shell which statik),)
go get github.com/rakyll/statik
endif
statik -src=./assets -dest=./backend -p assets -f
cd backend; $(GO) build --tags "sqlite_foreign_keys json1 sqlite_preupdate_hook" -o ../heedy -ldflags "-X \"github.com/heedy/heedy/backend/buildinfo.BuildTimestamp=`date -u '+%Y-%m-%d %H:%M:%S'`\" -X github.com/heedy/heedy/backend/buildinfo.GitHash=`git rev-parse HEAD` -X github.com/heedy/heedy/backend/buildinfo.Version=$(VERSION)"
rm ./backend/assets/statik.go
Expand Down
2 changes: 2 additions & 0 deletions api/python/requirements.txt
Expand Up @@ -5,4 +5,6 @@ pytest-aiohttp
pytest-cov
pytest-timeout

numpy
aiohttp
dateparser

0 comments on commit 6249cc8

Please sign in to comment.