WIP uploadform, Up next is the CSV writer
This commit is contained in:
commit
da17e990c3
2
makefile
2
makefile
@ -6,6 +6,6 @@ setup:
|
|||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
||||||
run:
|
run:
|
||||||
@cd library && python page.py
|
@.venv/bin/python library/page.py
|
||||||
|
|
||||||
.PHONY: setup run
|
.PHONY: setup run
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
icalendar
|
icalendar
|
||||||
feedparser
|
feedparser
|
||||||
flask
|
flask
|
||||||
|
<<<<<<< HEAD
|
||||||
flask_wtf
|
flask_wtf
|
||||||
|
=======
|
||||||
|
>>>>>>> 6f7d1bc591377e4541b7802bddb4a278611903a3
|
||||||
requests
|
requests
|
||||||
|
Loading…
Reference in New Issue
Block a user