comparison Pipfile @ 21:cb71722bb75c

use pipenv
author drewp@bigasterisk.com
date Tue, 29 Mar 2022 21:13:48 -0700
parents
children
comparison
equal deleted inserted replaced
20:b59912649fc4 21:cb71722bb75c
1 [[source]]
2 url = "https://pypi.python.org/simple"
3 verify_ssl = true
4 name = "pypi"
5
6 [[source]]
7 url = "https://projects.bigasterisk.com/"
8 verify_ssl = true
9 name = "home"
10
11 [packages]
12 cffi = "==1.15.0"
13 docopt = "==0.6.2"
14 prometheus-client = "==0.12.0"
15 pyOpenSSL = "*"
16 python-dateutil = "==2.8.2"
17 rdflib = "==6.1.1"
18 requests = "==2.27.1"
19 "ruamel.yaml" = "==0.17.20"
20 treq = "==21.5.0"
21 tzlocal = "==4.1"
22 mercurial = "*"
23 dulwich = "*"
24
25 [dev-packages]
26 flake8 = "*"
27 yapf = "*"
28
29 [requires]
30 python_version = "3.9"
31
32 [packages.standardservice]
33 version = "==0.6.0"
34 index = "home"
35
36 [packages.background-loop]
37 version = "==0.3.0"
38 index = "home"
39
40 [packages.cycloneerr]
41 version = "==0.4.0"
42 index = "home"
43
44 [packages.patchablegraph]
45 version = "==0.19.0"
46 index = "home"
47
48 [packages.rdfdb]
49 version = "==0.21.0"
50 index = "home"
51
52 [packages.Twisted]
53 extras = [ "tls",]
54
55 [packages.120ec2c]
56 file = "https://foss.heptapod.net/mercurial/hg-git/-/archive/branch/default/hg-git-branch-default.zip"
57
58 [packages.cyclone]
59 file = "https://github.com/drewp/cyclone/archive/python3.zip?v3"