all repos — site @ e62c7e8ca1e44fa654053808d169e0770fd423a5

source for my site, found at icyphox.sh

Add runtime.txt and requirements.txt

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Wed, 16 Oct 2019 18:14:51 +0530
commit

e62c7e8ca1e44fa654053808d169e0770fd423a5

parent

26dadce2af4cf5adf27a5fe0892ab09b77099ab1

3 files changed, 4 insertions(+), 1 deletions(-)

jump to
M netlify.tomlnetlify.toml

@@ -1,3 +1,3 @@

[build] publish = "build/" - command = "pip3 install git+https://github.com/icyphox/vite && vite build" + command = "pip install vite && vite build"
A requirements.txt

@@ -0,0 +1,2 @@

+lxml +arrow
A runtime.txt

@@ -0,0 +1,1 @@

+3.7