Compare commits

...

4 Commits

1
.gitignore vendored

@ -1 +1,2 @@
scripts/images/*
.venv

@ -0,0 +1,16 @@
# food.alicestrete.me
## install
```
$ git clone --recursive https://git.xpub.nl/alicestrt/food.git
$ cd food
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ cd makeserver3
$ python3 setup.py install
$ cd ..
$ cd thesituationisttimes
$ makeserver3
```

@ -0,0 +1,18 @@
aiohttp==3.5.4
async-timeout==3.0.1
attrs==19.1.0
chardet==3.0.4
html5lib==1.0.1
idna==2.8
idna-ssl==1.1.0
Jinja2==2.10
makeserver3==3.0.0
Markdown==3.0.1
MarkupSafe==1.1.1
multidict==4.5.2
pkg-resources==0.0.0
six==1.12.0
typing-extensions==3.7.2
webencodings==0.5.1
yarl==1.3.0

@ -1 +1 @@
Subproject commit 8f92007ef721bc47d3f000d5dacd347aad7a744b
Subproject commit 233b74360ef4769ce923f6f6be008a2efd5f49f1
Loading…
Cancel
Save