-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
28 lines (24 loc) · 746 Bytes
/
Copy pathPipfile
File metadata and controls
28 lines (24 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
fhirpath_guillotina = {editable = true,extras = ["test"],path = "."}
black = {version = "==19.3b0"}
isort = {version = "==4.3.21"}
flake8 = {version = "==3.7.8"}
flake8-isort = {version = "==2.7.0"}
zc-buildout = {version = "==2.13.1"}
setuptools = {version = "==65.5.1"}
[packages]
sphinx = {version = "==1.8.5"}
sphinx-rtd-theme = {version = "==0.4.3"}
sphinxcontrib-httpdomain = {version = "==1.7.0"}
sphinxcontrib-httpexample = {version = "==0.10.3"}
tox = {version = "==3.14.0"}
certifi = {version = "==2019.6.16"}
zest-releaser = {extras = ["recommended"],version = "==6.18.2"}
[requires]
python_version = "3.7"
[pipenv]
allow_prereleases = true