forked from starenka/mailjetv3
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathenvironment-dev.yaml
More file actions
44 lines (44 loc) · 826 Bytes
/
environment-dev.yaml
File metadata and controls
44 lines (44 loc) · 826 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
37
38
39
40
41
42
43
44
name: mailjet-dev
channels:
- defaults
- conda-forge
dependencies:
- python >=3.10
# build & host deps
- pip
- setuptools-scm
# PyPI publishing only (modern PEP 517 package builder)
- python-build
# runtime deps
- requests >=2.33.0
- typing-extensions>=4.7.1 # [py<311]
# tests
- coverage >=4.5.4
- hypothesis
- pyfakefs
- pytest >=9.0.3
- pytest-benchmark
- pytest-cov
- pytest-xdist
- responses
# linters, formatters & typing (Aligned with pre-commit-config.yaml)
- mypy
- pyright
- ruff
- types-requests
# other
- conda
- conda-build
- jsonschema
- pre-commit
- python-dotenv >=1.2.2
- types-jsonschema
- pip:
- atheris
- bandit
- scalene >=1.3.16
- snakeviz
- typos
- vulture
# PyPI publishing only
- twine