comparison Pipfile @ 1:1275220a644b

pipenv
author drewp@bigasterisk.com
date Tue, 29 Mar 2022 22:02:25 -0700
parents
children 29e10f3a497f
comparison
equal deleted inserted replaced
0:e2d855c00e57 1:1275220a644b
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 docopt = "*"
13 ipdb = "*"
14 prometheus-client = "==0.11.0"
15 rdflib-jsonld = "==0.5.0"
16 rdflib = "==6.1.1"
17 service-identity = "==21.1.0"
18 Twisted = "*"
19
20 [dev-packages]
21 flake8 = "*"
22 yapf="*"
23
24 [requires]
25 python_version = "3.9"
26
27 [packages.8f5d07f]
28 file = "https://github.com/drewp/cyclone/archive/python3.zip"
29
30 [packages.cycloneerr]
31 version = "==0.4.0"
32 index = "home"
33
34 [packages.patchablegraph]
35 version = "==0.19.0"
36 index = "home"
37
38 [packages.rdfdb]
39 version = "==0.21.0"
40 index = "home"
41
42 [packages.standardservice]
43 version = "==0.6.0"
44 index = "home"