mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-05 01:45:22 -05:00
* 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>
25 lines
464 B
Plaintext
25 lines
464 B
Plaintext
aiofiles==0.5.0
|
|
apscheduler==3.6.3
|
|
async-exit-stack==1.0.1
|
|
async-generator==1.10
|
|
black==20.8b1
|
|
colorama==0.4.3
|
|
email-validator==1.1.1
|
|
fastapi-login==1.5.1
|
|
gitpython==3.1.11
|
|
graphene==2.1.8
|
|
itsdangerous==1.1.0
|
|
mongoengine==0.21.0
|
|
nltk==3.5
|
|
pdfkit==0.6.1
|
|
pip-chill==1.0.0
|
|
pylint==2.6.0
|
|
pytest==6.2.1
|
|
python-dateutil==2.8.1
|
|
python-dotenv==0.15.0
|
|
python-multipart==0.0.5
|
|
python-slugify==4.0.1
|
|
scrape-schema-recipe==0.1.1
|
|
sqlalchemy==1.3.22
|
|
ujson==3.1.0
|
|
uvicorn==0.11.8 |