mirror of
https://github.com/fccapria/scientify.git
synced 2026-01-12 02:36:10 +00:00
Initial release
This commit is contained in:
commit
ae5e4b8873
52 changed files with 17572 additions and 0 deletions
34
backend/requirements.txt
Normal file
34
backend/requirements.txt
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
#backend core
|
||||
fastapi[all]
|
||||
fastapi-asyncpg
|
||||
fastapi-users[sqlalchemy,postgresql]
|
||||
|
||||
#database drivers
|
||||
asyncpg
|
||||
|
||||
#parser
|
||||
python-multipart
|
||||
|
||||
#web server
|
||||
uvicorn
|
||||
|
||||
#utils
|
||||
pdfminer.six
|
||||
python-docx
|
||||
pylatexenc
|
||||
bibtexparser
|
||||
|
||||
#NLP
|
||||
yake
|
||||
|
||||
#file conversion
|
||||
python-docx
|
||||
reportlab
|
||||
weasyprint
|
||||
markdown
|
||||
mammoth
|
||||
pypandoc-binary
|
||||
|
||||
boto3
|
||||
|
||||
python-dotenv
|
||||
Loading…
Add table
Add a link
Reference in a new issue