forked from GitGuardian/ggshield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
35 lines (30 loc) · 875 Bytes
/
Pipfile
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
# Do not add dependencies here, but list them in the setup.py instead
ggshield = { editable = true, extras = ["all"], path = "." }
[dev-packages]
black = "==22.3.0"
coverage = "*"
flake8 = "*"
flake8-isort = "*"
flake8-quotes = "*"
ipdb = "*"
pre-commit = "*"
pytest = "7.2.1" # pinning because of conflicting dependencies with exceptiongroup
pytest-mock = "*"
pytest-socket = "*"
pytest-voluptuous = "*"
seed-isort-config = "*"
snapshottest = "*"
typing-extensions = "*"
vcrpy = ">=4.3.0,!=4.3.1,<4.4.0"
# Pin urllib3 until https://github.com/kevin1024/vcrpy/issues/688 is fixed
# When you remove this, don't forget to also remove the urllib3 hack in
# .github/workflow/main.yml
urllib3 = "<2"
pyfakefs = ">=5.2.0"
scriv = { version = "*", extras = ["toml"] }
pyright = "==1.1.313"