[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
flask = "~=2.3.0"
flask-wtf = "~=1.1.0"
flask-sqlalchemy = "~=3.0.0"
markdown = "~=3.4.0"
gunicorn = "~=21.2.0"
python-dotenv = "~=1.0.0"
lxml = "*"
python-docx = "*"
pdfplumber = "*"
pypdf2 = "*"
beautifulsoup4 = "*"
chardet = "*"

[dev-packages]
pytest = "~=7.4.0"
pytest-cov = "~=4.1.0"
black = "~=23.7.0"
flake8 = "~=6.0.0"
mypy = "~=1.5.0"

[requires]
python_version = "3.11"
