diff Pipfile @ 1:1275220a644b

pipenv
author drewp@bigasterisk.com
date Tue, 29 Mar 2022 22:02:25 -0700
parents
children 29e10f3a497f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Pipfile	Tue Mar 29 22:02:25 2022 -0700
@@ -0,0 +1,44 @@
+[[source]]
+url = "https://pypi.python.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[[source]]
+url = "https://projects.bigasterisk.com/"
+verify_ssl = true
+name = "home"
+
+[packages]
+docopt = "*"
+ipdb = "*"
+prometheus-client = "==0.11.0"
+rdflib-jsonld = "==0.5.0"
+rdflib = "==6.1.1"
+service-identity = "==21.1.0"
+Twisted = "*"
+
+[dev-packages]
+flake8 = "*"
+yapf="*"
+
+[requires]
+python_version = "3.9"
+
+[packages.8f5d07f]
+file = "https://github.com/drewp/cyclone/archive/python3.zip"
+
+[packages.cycloneerr]
+version = "==0.4.0"
+index = "home"
+
+[packages.patchablegraph]
+version = "==0.19.0"
+index = "home"
+
+[packages.rdfdb]
+version = "==0.21.0"
+index = "home"
+
+[packages.standardservice]
+version = "==0.6.0"
+index = "home"
\ No newline at end of file