forked from zulip/zulip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev.in
80 lines (55 loc) · 1.71 KB
/
dev.in
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
# After editing this file, you MUST afterward run
# /tools/update-locked-requirements to update requirements/dev.txt.
# See requirements/README.md for more detail.
-r pip.in
-r prod.in
-r docs.in
# moto s3 mock
moto[s3]
# Needed for running tools/run-dev.py
Twisted
# Needed for documentation links test
https://github.com/scrapy/scrapy/archive/c5b1ee810167266fcd259f263dbfc0fe0204761a.zip#egg=Scrapy==2.5.0+git # aioapns requires h2 ≥ 4.0: https://github.com/scrapy/scrapy/pull/5113
# Needed to compute test coverage
coverage<6.3 # https://github.com/nedbat/coveragepy/issues/1310
# fake for LDAP testing
fakeldap
# For testing mock http requests
responses
# For sorting imports
isort
# For doing highly usable Python profiling
line-profiler
# for pep8 linter
pycodestyle
# Python reformatter
black
# Needed to run pyflakes linter
pyflakes
# Needed for watching file changes
pyinotify
# Needed to run tests in parallel
tblib
# For linting Git commit messages
gitlint-core
# Needed for visualising cProfile reports
snakeviz
# Needed for creating DigitalOcean droplets
python-digitalocean
# Needed for updating the locked pip dependencies
pip-tools<6.3.0 # https://github.com/jazzband/pip-tools/pull/1455 breaks our hack for installing specific commits from Git
# zulip's linting framework - zulint
https://github.com/zulip/zulint/archive/9908540b7734b51f86ccabab706befc2ff33212a.zip#egg=zulint==0.0.1
-r mypy.in
# Needed for using integration logo svg files as bot avatars
cairosvg
# Needed for tools/check-thirdparty
python-debian
# Pattern-based lint tool
semgrep
# Contains Pysa, a security-focused static analyzer
pyre-check
# For sorting versions when uploading releases
natsort
# For spell check linter
codespell