-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathPipfile
More file actions
36 lines (33 loc) · 773 Bytes
/
Pipfile
File metadata and controls
36 lines (33 loc) · 773 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
29
30
31
32
33
34
35
36
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
astroid = "==2.11.5"
bleach = "==5.0.0"
certifi = "==2022.9.24"
chardet = "==4.0.0"
click = "==8.1.3"
dataverse = {editable = true, git = "https://github.com/IQSS/dataverse-client-python.git", ref = "5f95a11e2f32bcfabe28e6ad43b2f7edac60d983"}
first = "==2.0.2"
html5lib = "==1.1"
idna = "==3.3"
isort = "==5.10.1"
lazy-object-proxy = "==1.7.1"
lxml = "==4.9.1"
mccabe = "==0.7.0"
psycopg2-binary = "==2.9.4"
pylint = "==2.13.8"
pyparsing = "==3.0.8"
requests = "==2.28.1"
six = "==1.16.0"
toml = "==0.10.2"
typed-ast = "==1.5.3"
urllib3 = "==1.26.12"
webencodings = "==0.5.1"
wrapt = "==1.14.1"
PyYAML = "==6.0"
XlsxWriter = "==3.0.3"
[requires]
python_version = "3.7"