-
Notifications
You must be signed in to change notification settings - Fork 1
/
env.yaml
110 lines (110 loc) · 2.42 KB
/
env.yaml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
name: ml-project-cookiecutter
channels:
- conda-forge
- conda
dependencies:
- python=3.10
- cookiecutter>=2.1.1
- conda-lock>=2.1.0
- pip>=23.0.1
- pip:
- mkdocs
- mkdocs-material
- mkdocs-gen-files
- mkdocs-glightbox
- mkdocstrings[python]
- mypy
- pre-commit
- pytest
- pytest-asyncio
- pytest-cov
- pytest-mock
- pytest-pretty
- ruff
# Use individual packages since types-all has been deprecated
- types-DateTimeRange
- types-Deprecated
- types-Flask
- types-JACK-Client
- types-Jinja2
- types-Markdown
- types-MarkupSafe
- types-Pillow
- types-PyJWT
- types-PyMySQL
- types-PyYAML
- types-Routes
- types-Werkzeug
- types-aiofiles
- types-annoy
- types-atomicwrites
- types-backports
- types-backports-abc
- types-bleach
- types-boto
- types-cachetools
- types-certifi
- types-characteristic
- types-chardet
- types-click
- types-click-spinner
- types-colorama
- types-contextvars
- types-croniter
- types-cryptography
- types-dataclasses
- types-dateparser
- types-decorator
- types-docopt
- types-docutils
- types-emoji
- types-enum34
- types-fb303
- types-filelock
- types-first
- types-freezegun
- types-frozendict
- types-futures
- types-geoip2
- types-ipaddress
- types-itsdangerous
- types-kazoo
- types-maxminddb
- types-mock
- types-mypy-extensions
- types-nmap
- types-openssl-python
- types-orjson
- types-paramiko
- types-pathlib2
- types-polib
- types-protobuf
- types-pyRFC3339
- types-pyaudio
- types-pycurl
- types-pyfarmhash
- types-pymssql
- types-pysftp
- types-python-dateutil
- types-python-gflags
- types-python-slugify
- types-pytz
- types-pyvmomi
- types-redis
- types-requests
- types-retry
- types-scribe
- types-setuptools
- types-simplejson
- types-singledispatch
- types-six
- types-tabulate
- types-termcolor
- types-toml
- types-tornado
- types-typed-ast
- types-tzlocal
- types-ujson
- types-waitress
- types-xxhash
- types-tqdm