-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdev-requirements.txt
25 lines (25 loc) · 1.18 KB
/
dev-requirements.txt
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
#
# Please do not manually update this file since the requirements are managed
# by pipenv through Pipfile and Pipfile.lock .
#
# This file is created and managed automatically by the template and it is left
# here only for backwards compatibility reasons with python's ecosystem.
#
# Please use Pipfile to update the requirements.
#
sphinx>=6.2.1 ; python_version >= '3.8'
sphinx-rtd-theme>=1.3.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
prospector>=1.9.0 ; python_version < '4.0' and python_full_version >= '3.7.2'
coverage>=7.4.4 ; python_version >= '3.8'
nose>=1.3.7
nose-htmloutput>=0.6.0
tox>=4.0.0b2 ; python_version >= '3.7'
betamax>=0.9.0 ; python_full_version >= '3.8.1'
betamax-serializers~=0.2.1
semver>=2.13.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
gitwrapperlib>=1.0.4
twine>=4.0.2 ; python_version >= '3.7'
coloredlogs>=15.0.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
emoji>=2.11.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
toml>=0.10.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
boto3-type-annotations-with-docs>=0.3.1