Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [tool.poetry]
- name = "xxx"
- version = "1.0.0"
- description = "xxxxx"
- authors = ["XXX xxx <[email protected]>"]
- license = "MIT"
- [tool.poetry.dependencies]
- python = "^3.8"
- pip = "*"
- setuptools = "*"
- wheel = "*"
- scikit-learn = "*"
- scikit-image = "*"
- dash = "*"
- Flask = "*"
- Flask-WTF = "*"
- WTForms = "*"
- wtforms-validators = "*"
- Flask-Login = "*"
- jwt = "*"
- Flask-SQLAlchemy = "*"
- Flask-Mail = "*"
- python-dotenv = "*"
- pandas = "*"
- numpy = "*"
- plotly = "*"
- CairoSVG = "*"
- Pillow = "*"
- joblib = "*"
- dash-core-components = "*"
- dash-bootstrap-components = "<1"
- Flask-Migrate = "*"
- Flask-Session = "*"
- pytesseract = "*"
- pdf2image = "*"
- spacy = "*"
- thefuzz = "*"
- email-validator = "*"
- dash-html-components = "*"
- gunicorn = "*"
- opencv-python-headless = "*"
- dvc = {extras = ["ssh"], version = "^2.8.2"}
- [tool.poetry.dev-dependencies]
- ipykernel = "*"
- pylint = "*"
- pylint-flask-sqlalchemy = "*"
- pylint-flask = "*"
- black = "*"
- unittest2 = "*"
- [build-system]
- requires = ["poetry-core>=1.0.0"]
- build-backend = "poetry.core.masonry.api"
Add Comment
Please, Sign In to add comment