forked from Zenysis/Harmony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements-dev.txt
63 lines (52 loc) · 1.36 KB
/
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
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
# Dev ops tools
Fabric3==1.14.post1 ; platform_python_implementation != 'PyPy'
# Paramiko deps (used by Fabric)
cryptography==37.0.2
pyasn1==0.4.8
PyNaCl==1.4.0
paramiko==2.7.1
# Testing
pytest>=5.2.0
pytest-selenium==3.0.0
selenium==3.14.0
pytest_bdd>=3.2.1
pytest-flask>=0.15.0
pytest-xdist>=1.29.0
pytest-metadata>=1.8.0
junit-xml>=1.9
deepdiff==5.5.0
ordered-set==4.0.2
# Other dev deps
pip-licenses==1.7.1
termcolor==1.1.0
googlemaps==4.2.0
geopy==2.1.0
# Our previous version of pylint (2.3.1) generated strange warnings with mypy:
# Error (E1136) Unsubscriptable Object: Value 'Optional' is unsubscriptable
# which has no sense, but the most recent also does not work and `arc lint`
# crashes. Until that solves we land smth that works for both.
pylint==2.11.1
black==22.6.0
# Pyinstaller is what we use to build binaries
PyInstaller>=3.4
pytest-env==0.6.2
coverage==5.2.1
pytest-picked==0.4.4
# mypy and related typing dependencies
mypy==0.910
sqlalchemy-stubs==0.4
types-certifi==0.1.3
types-Flask==0.1.2
types-Jinja2==0.1.3
types-jwt==0.1.3
types-python-dateutil==0.1.2
types-redis==0.1.17
types-requests==0.1.8
types-Werkzeug==0.1.8
# We use python-jenkins to trigger jenkins builds remotely
python-jenkins==1.7.0
testfixtures==6.17.1
alchemy-mock==0.4.3
factory-boy==3.2.0
# pywatchman gives us watchman-wait which we use for watching translations.
pywatchman==1.4.1