Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .pkgr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
buildpack: https://github.com/pkgr/heroku-buildpack-python#buildcurl
targets:
ubuntu-14.04: true
ubuntu-12.04: true
debian-7: true
debian-8: true
centos-6: true
centos-7: true
sles-11: true
sles-12: true
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-2.7.8
python-2.7.11