forked from gdcc/dataverse_tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
31 lines (28 loc) · 691 Bytes
/
Pipfile
File metadata and controls
31 lines (28 loc) · 691 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pydantic = {version = "==1.8.2", extras = ["dotenv"]}
pyDataverse = "==0.3.1"
pytest-selenium = "2.0.1"
typer = "==0.3.2"
[dev-packages]
black = "==19.10b0"
flake8 = "==3.9.0"
flake8-docstrings = "==1.5.0"
flake8-rst-docstrings = "==v0.0.13"
flake8-blind-except = "==v0.1.1"
flake8-builtins = "==1.5.3"
flake8-bandit = "==v2.1.0"
flake8-breakpoint = "==v1.1.0"
flake8-bugbear = "==20.1.4"
flake8-comprehensions = "==3.2.3"
flake8-requirements = "==v1.3.2"
flake8-pytest-style = "==v1.2.1"
mypy = "==0.790"
pre-commit = "*"
pylint = "*"
autopep8 = "*"
dvtests = {editable = true, path = "."}
[requires]