calendar-social/Pipfile
Gergely Polonkai 0595a28535 Add the first test
It just checks if the index page has a specific sentence.  But at least it’s now possible to
create tests.
2018-07-10 12:10:24 +02:00

23 lines
333 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
gunicorn = "*"
flask-sqlalchemy = "*"
python-dotenv = "*"
flask-security = "*"
sqlalchemy-utils = "*"
bcrypt = "*"
flask-babelex = "*"
python-dateutil = "*"
[dev-packages]
pylint = "*"
pytest = "*"
[requires]
python_version = "3.6"