mirror of
https://github.com/kennethreitz-archive/richtext.org.git
synced 2026-06-05 23:20:18 +00:00
b6d855ea4b
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
27 lines
294 B
TOML
27 lines
294 B
TOML
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
|
|
[packages]
|
|
|
|
django = ">=2.0"
|
|
"psycopg2" = "*"
|
|
gunicorn = "*"
|
|
dj-database-url = "*"
|
|
whitenoise = "*"
|
|
raven = "*"
|
|
django-heroku = "*"
|
|
"jinja2" = "*"
|
|
|
|
|
|
[dev-packages]
|
|
|
|
|
|
|
|
[requires]
|
|
|
|
python_full_version = "3.6.3"
|