File: Pipfile

package info (click to toggle)
reclass 1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,112 kB
  • sloc: python: 5,287; makefile: 181; sh: 4
file content (18 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]

[packages]
pyparsing = "*"
PyYAML = "*"
six = "*"
pyyaml = "*"
enum34 = "*"
# FIXME, issues with compile phase
#"pygit2" = "*"

[requires]
python_version = "2.7"