mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 09:06:25 +00:00
dca3418bbd
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/ BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
17 lines
245 B
Text
17 lines
245 B
Text
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
Django = "==1"
|
|
distribute = "==0.6.27"
|
|
dj-database-url = "==0.2"
|
|
psycopg2 = "==2.4.5"
|
|
wsgiref = "==0.1.2"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.6"
|
|
|