Files
runnerspace/Pipfile
Xevion 2973f3ca81 Add profanity filter to comment and post creation
- For Heroku, I worry someone might add a racial slur or something. This isn't perfect, but it's good enough.
2022-03-28 18:29:47 -05:00

23 lines
323 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-dotenv = "*"
flask = "*"
flask-login = "*"
werkzeug = "<=2.0.3"
flask-sqlalchemy = "*"
pytz = "*"
faker = "*"
humanize = "*"
gunicorn = "*"
psycopg2 = "*"
profanity-filter = "*"
[dev-packages]
[requires]
python_version = "3.8"