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
61 lines (61 loc) · 969 Bytes
/
environment-dev.yaml
File metadata and controls
61 lines (61 loc) · 969 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
name: mailjet-dev
channels:
- defaults
dependencies:
- python >=3.10
# build & host deps
- pip
- setuptools-scm
- # PyPI publishing only
- python-build
# runtime deps
- requests >=2.32.4
# tests
- conda-forge::pyfakefs
- coverage >=4.5.4
- pytest
- pytest-benchmark
- pytest-cov
- pytest-xdist
# linters & formatters
- autopep8
- black
- flake8
- isort
- make
- conda-forge::monkeytype
- mypy
- pandas-stubs
- pep8-naming
- pycodestyle
- pydocstyle
- pylint
- pyright
- radon
- ruff
- toml
- types-requests
- yapf
# other
- conda
- conda-build
- jsonschema
- pre-commit
- python-dotenv >=0.19.2
- types-jsonschema
- pip:
- autoflake8
- bandit
- docconvert
- monkeytype
- pyment >=0.3.3
- pytype
- pyupgrade
- refurb
- scalene >=1.3.16
- snakeviz
- typos
- vulture
# PyPI publishing only
- twine