WIP uploadform, Up next is the CSV writer

This commit is contained in:
crunk 2021-03-07 19:57:34 +01:00
commit da17e990c3
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,6 @@ setup:
pip install -e .
run:
@cd library && python page.py
@.venv/bin/python library/page.py
.PHONY: setup run

View File

@ -1,5 +1,8 @@
icalendar
feedparser
flask
<<<<<<< HEAD
flask_wtf
=======
>>>>>>> 6f7d1bc591377e4541b7802bddb4a278611903a3
requests