diff Pipfile @ 21:cb71722bb75c

use pipenv
author drewp@bigasterisk.com
date Tue, 29 Mar 2022 21:13:48 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Pipfile	Tue Mar 29 21:13:48 2022 -0700
@@ -0,0 +1,59 @@
+[[source]]
+url = "https://pypi.python.org/simple"
+verify_ssl = true
+name = "pypi"
+
+[[source]]
+url = "https://projects.bigasterisk.com/"
+verify_ssl = true
+name = "home"
+
+[packages]
+cffi = "==1.15.0"
+docopt = "==0.6.2"
+prometheus-client = "==0.12.0"
+pyOpenSSL = "*"
+python-dateutil = "==2.8.2"
+rdflib = "==6.1.1"
+requests = "==2.27.1"
+"ruamel.yaml" = "==0.17.20"
+treq = "==21.5.0"
+tzlocal = "==4.1"
+mercurial = "*"
+dulwich = "*"
+
+[dev-packages]
+flake8 = "*"
+yapf = "*"
+
+[requires]
+python_version = "3.9"
+
+[packages.standardservice]
+version = "==0.6.0"
+index = "home"
+
+[packages.background-loop]
+version = "==0.3.0"
+index = "home"
+
+[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.Twisted]
+extras = [ "tls",]
+
+[packages.120ec2c]
+file = "https://foss.heptapod.net/mercurial/hg-git/-/archive/branch/default/hg-git-branch-default.zip"
+
+[packages.cyclone]
+file = "https://github.com/drewp/cyclone/archive/python3.zip?v3"