forked from GitGuardian/ggshield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
43 lines (39 loc) · 916 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
36
37
38
39
40
41
42
43
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
ggshield = { editable = true, path = "." }
# Keep this section in sync with the setup(install_requires=) argument in setup.py
appdirs = ">=1.4.4,<1.5.0"
charset-normalizer = ">=2.1.1,<2.2.0"
click = ">=8.1,<8.2"
marshmallow = ">=3.18.0,<3.19.0"
marshmallow-dataclass = ">=8.5.8,<8.6.0"
oauthlib = ">=3.2.1,<3.3.0"
pygitguardian = ">=1.5.0,<1.6.0"
python-dotenv = ">=0.21.0,<0.22.0"
pyyaml = ">=6.0,<6.1"
rich = ">=12.5.1,<12.6.0"
[dev-packages]
black = "==22.3.0"
coverage = "*"
flake8 = "*"
flake8-isort = "*"
flake8-quotes = "*"
ipdb = "*"
mypy = "==0.961"
pre-commit = "*"
pytest = "*"
pytest-mock = "*"
pytest-socket = "*"
pytest-voluptuous = "*"
seed-isort-config = "*"
snapshottest = "*"
types-PyYAML = "*"
types-requests = "*"
types-appdirs = "*"
types-oauthlib = "*"
typing-extensions = "*"
vcrpy = "*"
pyfakefs = "*"