blob: fc2022b5be4f46c801f7ac64e8fde0c1aeb6e41c [file] [log] [blame]
Petr Michalec79047742018-05-09 22:04:27 +02001[[source]]
2url = "https://pypi.python.org/simple"
3verify_ssl = true
4name = "pypi"
5
6[dev-packages]
7
8[packages]
9pyparsing = "*"
10PyYAML = "*"
11six = "*"
12pyyaml = "*"
Alexey Ovchinnikovaeea6882018-07-19 16:03:34 +040013enum34 = "*"
Petr Michalec79047742018-05-09 22:04:27 +020014# FIXME, issues with compile phase
15#"pygit2" = "*"
16
17[requires]
18python_version = "2.7"