mirror of
https://github.com/not-kennethreitz/morepython.org.git
synced 2026-06-05 06:56:14 +00:00
23 lines
313 B
TOML
23 lines
313 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
black = "*"
|
|
pywatchman = "*"
|
|
|
|
[packages]
|
|
django-taggit = "*"
|
|
waitress = "*"
|
|
dj-database-url = "*"
|
|
django-heroku = "*"
|
|
requests-html = "*"
|
|
mistune = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|