-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathrequirements.txt
38 lines (34 loc) · 2.38 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
click>=6.7 # https://github.com/pallets/click
PyYaml>=5.1 # https://github.com/yaml/pyyaml
requests>=2.18.4 # https://github.com/psf/requests
jsondiff2>=1.2.3 # https://github.com/edoreld/jsondiff
inspect2>=0.1.2 # https://github.com/JelleZijlstra/inspect2
jinja2>=2.11 # https://github.com/pallets/jinja
typer[all]>=0.6.1 # https://github.com/tiangolo/typer
tzlocal>=4.0.1
# ---- Purposely unpinned ----
boto3>=1.22 # https://github.com/boto/boto3
# Packaging
# ------------------------------------------------------------------------------
bumpversion==0.5.3 # https://github.com/peritus/bumpversion
twine # https://github.com/pypa/twine/
tox # https://github.com/tox-dev/to
wheel # https://github.com/pypa/wheel
Sphinx # https://github.com/sphinx-doc/sphinx
sphinx-autobuild # https://github.com/GaretJax/sphinx-autobuild
sphinx-click # https://github.com/click-contrib/sphinx-click
sphinx_rtd_theme # https://github.com/readthedocs/sphinx_rtd_theme
# Development
# ------------------------------------------------------------------------------
autopep8 # https://github.com/hhatto/autopep8
flake8 # https://github.com/PyCQA/flake8
pycodestyle # https://github.com/PyCQA/pycodestyle
mypy # https://github.com/python/mypy
# Testing
# ------------------------------------------------------------------------------
testfixtures>=6.10.0 # https://github.com/Simplistix/testfixtures
mock==3.0.5 # https://github.com/testing-cabal/mock
nose==1.3.7 # https://github.com/nose-devs/nose
# Other utils
# ------------------------------------------------------------------------------
ipython>=7.1.0 # https://github.com/ipython/ipython