forked from mailgun/mailgun-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment-dev.yaml
More file actions
65 lines (65 loc) · 1.01 KB
/
environment-dev.yaml
File metadata and controls
65 lines (65 loc) · 1.01 KB
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
62
63
64
65
---
name: mailgun-dev
channels:
- defaults
dependencies:
- python >=3.10
# build & host deps
- pip
- setuptools-scm
# PyPi only
- python-build
# runtime deps
- requests >=2.32.5
- httpx >=0.24.0
- typing_extensions >=4.7.1 # [py<311]
# tests
- conda-forge::pyfakefs
- coverage >=4.5.4
- openssl
- pytest
- pytest-asyncio
- 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
- pyment >=0.3.3
- pytest-order
- pytype
- pyupgrade
- refurb
- scalene >=1.3.16
- snakeviz
- typos
- vulture
# PyPI
- twine