forked from getmoto/moto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements-dev.txt
37 lines (35 loc) · 937 Bytes
/
requirements-dev.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
26
27
28
29
30
31
32
33
34
35
36
37
-r requirements.txt
nose
black; python_version >= '3.6'
regex==2019.11.1; python_version >= '3.6' # Needed for black
sure==1.4.11
coverage==4.5.4
flake8==3.7.8
freezegun
flask
boto>=2.45.0
boto3>=1.4.4
botocore>=1.15.13
six>=1.9
parameterized>=0.7.0
prompt-toolkit==1.0.14
click==6.7
inflection==0.3.1
lxml==4.2.3
beautifulsoup4==4.6.0
#
# The below pins mirror the Python version-conditional pins in setup.py
#
Jinja2>=2.10.1; python_version >= '3.6'
mock; python_version >= '3.6'
more-itertools; python_version >= '3.6'
setuptools; python_version >= '3.6'
sshpubkeys>=3.1.0; python_version >= '3.6'
zipp; python_version >= '3.6'
configparser<5.0; python_version == '2.7'
Jinja2<3.0.0,>=2.10.1; python_version == '2.7'
mock<=3.0.5; python_version == '2.7'
more-itertools==5.0.0; python_version == '2.7'
setuptools==44.0.0; python_version == '2.7'
sshpubkeys>=3.1.0,<4.0; python_version == '2.7'
zipp==0.6.0; python_version == '2.7'