* file structure

* auto-test

* take 2

* refactor ap scheduler and startup process

* fixed scraper error

* database abstraction

* database abstraction

* port recipes over to new schema

* meal migration

* start settings migration

* finale mongo port

* backup improvements

* migration imports to new DB structure

* unused import cleanup

* docs strings

* settings and theme import logic

* cleanup

* fixed tinydb error

* requirements

* fuzzy search

* remove scratch file

* sqlalchemy models

* improved search ui

* recipe models almost done

* sql modal population

* del scratch

* rewrite database model mixins

* mostly grabage

* recipe updates

* working sqllite

* remove old files and reorganize

* final cleanup

Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-01-15 21:46:35 -09:00
committed by GitHub
parent 5f25b2492e
commit 25988836c0
104 changed files with 4307 additions and 731 deletions

View File

@@ -5,6 +5,7 @@ APScheduler==3.6.3
astroid==2.4.2
async-exit-stack==1.0.1
async-generator==1.10
attrs==20.3.0
beautifulsoup4==4.9.1
black==20.8b1
certifi==2020.6.20
@@ -16,6 +17,7 @@ dnspython==2.0.0
email-validator==1.1.1
extruct==0.10.0
fastapi==0.61.1
fastapi-login==1.5.1
future==0.18.2
gitdb==4.0.5
GitPython==3.1.11
@@ -27,6 +29,7 @@ html-text==0.5.2
html5lib==1.1
httptools==0.1.1
idna==2.10
iniconfig==1.1.1
isodate==0.6.0
isort==5.4.2
itsdangerous==1.1.0
@@ -36,7 +39,7 @@ jstyleson==0.0.2
lazy-object-proxy==1.4.3
livereload==2.6.3
lunr==0.5.8
lxml>=4.6.2
lxml==4.6.2
Markdown==3.3.3
MarkupSafe==1.1.1
mccabe==0.6.1
@@ -47,10 +50,14 @@ mkdocs-material-extensions==1.0.1
mongoengine==0.21.0
mypy-extensions==0.4.3
nltk==3.5
packaging==20.8
passlib==1.7.4
pathspec==0.8.0
pdfkit==0.6.1
pip-chill==1.0.0
pluggy==0.13.1
promise==2.3
py==1.10.0
pydantic==1.6.1
Pygments==2.7.3
PyJWT==1.7.1
@@ -58,6 +65,7 @@ pylint==2.6.0
pymdown-extensions==8.0.1
pymongo==3.11.1
pyparsing==2.4.7
pytest==6.2.1
python-dateutil==2.8.1
python-dotenv==0.15.0
python-multipart==0.0.5
@@ -73,8 +81,11 @@ scrape-schema-recipe==0.1.1
six==1.15.0
smmap==3.0.4
soupsieve==2.0.1
SQLAlchemy==1.3.22
starlette==0.13.6
text-unidecode==1.3
tinydb==4.3.0
tinydb-serialization==2.0.0
toml==0.10.1
tornado==6.1
tqdm==4.54.1