forked from nabaztag2018/pynab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
94 lines (93 loc) · 5.32 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Direct dependencies & pre-built binaries
wheel
black==21.4b2
Django==3.1.14
flake8==3.9.1
gunicorn==20.0.4
isort==5.8.0
lockfile==0.12.2
Mastodon.py==1.5.0
mpg123==0.4
psycopg2-binary==2.8.4
pytest-django==3.7.0
pytest-pep8==1.0.6
pytest==5.3.1
asynctest==0.13.0
coverage==5.0.3
pre_commit==2.12.1
pyalsaaudio==0.8.4; sys_platform == 'linux'
rpi-ws281x==4.3.2; sys_platform == 'linux' and ('armv6l' in platform_machine or 'armv7l' in platform_machine or 'aarch64' in platform_machine)
RPi.GPIO==0.7.1a4; sys_platform == 'linux' and ('armv6l' in platform_machine or 'armv7l' in platform_machine or 'aarch64' in platform_machine)
https://github.com/pguyot/py-kaldi-asr/releases/download/v0.5.3/py_kaldi_asr-0.5.3-cp37-cp37m-linux_armv6l.whl; sys_platform == 'linux' and 'armv6l' in platform_machine and python_version == '3.7'
https://github.com/pguyot/py-kaldi-asr/releases/download/v0.5.3/py_kaldi_asr-0.5.3-cp39-cp39-linux_armv6l.whl; sys_platform == 'linux' and 'armv6l' in platform_machine and python_version == '3.9'
https://github.com/pguyot/py-kaldi-asr/releases/download/v0.5.3/py_kaldi_asr-0.5.3-cp37-cp37m-linux_armv7l.whl; sys_platform == 'linux' and 'armv7l' in platform_machine and python_version == '3.7'
https://github.com/pguyot/py-kaldi-asr/releases/download/v0.5.3/py_kaldi_asr-0.5.3-cp39-cp39-linux_armv7l.whl; sys_platform == 'linux' and 'armv7l' in platform_machine and python_version == '3.9'
https://github.com/pguyot/py-kaldi-asr/releases/download/v0.5.3/py_kaldi_asr-0.5.3-cp39-cp39-linux_aarch64.whl; sys_platform == 'linux' and 'aarch64' in platform_machine and python_version == '3.9'
git+https://github.com/pguyot/[email protected]; sys_platform != 'linux' or ('armv6l' not in platform_machine and 'armv7l' not in platform_machine and 'aarch64' not in platform_machine) or (python_version != '3.7' and python_version != '3.9')
https://github.com/pguyot/snips-nlu/releases/download/0.20.2/snips_nlu-0.20.2-py3-none-any.whl
https://github.com/pguyot/snips-nlu-parsers/releases/download/v0.4.3/snips_nlu_parsers-0.4.3-cp37-cp37m-linux_armv6l.whl; sys_platform == 'linux' and 'armv6l' in platform_machine and python_version == '3.7'
https://github.com/pguyot/snips-nlu-parsers/releases/download/v0.4.3/snips_nlu_parsers-0.4.3-cp39-cp39-linux_armv6l.whl; sys_platform == 'linux' and 'armv6l' in platform_machine and python_version == '3.9'
https://github.com/pguyot/snips-nlu-parsers/releases/download/v0.4.3/snips_nlu_parsers-0.4.3-cp37-cp37m-linux_armv7l.whl; sys_platform == 'linux' and 'armv7l' in platform_machine and python_version == '3.7'
https://github.com/pguyot/snips-nlu-parsers/releases/download/v0.4.3/snips_nlu_parsers-0.4.3-cp39-cp39-linux_armv7l.whl; sys_platform == 'linux' and 'armv7l' in platform_machine and python_version == '3.9'
https://github.com/pguyot/snips-nlu-parsers/releases/download/v0.4.3/snips_nlu_parsers-0.4.3-cp39-cp39-linux_aarch64.whl; sys_platform == 'linux' and 'aarch64' in platform_machine and python_version == '3.9'
snips-nlu-parsers==0.4.3; sys_platform != 'linux' or ('armv6l' not in platform_machine and 'armv7l' not in platform_machine) or (python_version != '3.7' and python_version != '3.9')
https://github.com/pguyot/snips-nlu-utils/releases/download/v0.9.1/snips_nlu_utils-0.9.1-cp37-cp37m-linux_armv6l.whl; sys_platform == 'linux' and 'armv6l' in platform_machine and python_version == '3.7'
https://github.com/pguyot/snips-nlu-utils/releases/download/v0.9.1/snips_nlu_utils-0.9.1-cp39-cp39-linux_armv6l.whl; sys_platform == 'linux' and 'armv6l' in platform_machine and python_version == '3.9'
https://github.com/pguyot/snips-nlu-utils/releases/download/v0.9.1/snips_nlu_utils-0.9.1-cp37-cp37m-linux_armv7l.whl; sys_platform == 'linux' and 'armv7l' in platform_machine and python_version == '3.7'
https://github.com/pguyot/snips-nlu-utils/releases/download/v0.9.1/snips_nlu_utils-0.9.1-cp39-cp39-linux_armv7l.whl; sys_platform == 'linux' and 'armv7l' in platform_machine and python_version == '3.9'
https://github.com/pguyot/snips-nlu-utils/releases/download/v0.9.1/snips_nlu_utils-0.9.1-cp39-cp39-linux_aarch64.whl; sys_platform == 'linux' and 'aarch64' in platform_machine and python_version == '3.9'
snips-nlu-utils==0.9.1; sys_platform != 'linux' or ('armv6l' not in platform_machine and 'armv7l' not in platform_machine and 'aarch64' not in platform_machine) or (python_version != '3.7' and python_version != '3.9')
https://files.pythonhosted.org/packages/b4/e6/f33077deb4aa1d4b79cb392887bc1de4fd0dab324c5923323e5bc0ad55d1/meteofrance_api-0.1.1-py3-none-any.whl
# Indirect frozen dependencies
apipkg==1.5
appdirs==1.4.3
asgiref==3.3.4
atomicwrites==1.3.0
attrs==19.3.0
beautifulsoup4==4.8.1
blurhash==1.1.4
certifi==2019.11.28
chardet==3.0.4
click==7.1.2
Cython==0.29.23
decorator==4.4.1
deprecation==2.0.7
docopt==0.6.2
execnet==1.7.1
future==0.17.1
idna==2.8
importlib-metadata==1.3.0
joblib==0.14.1
more-itertools==8.0.2
num2words==0.5.10
numpy==1.21.0
packaging==19.2
pathspec==0.8.1
plac==1.1.3
pluggy==0.13.1
py==1.10.0
pyaml==19.12.0
pycodestyle==2.7.0
pyparsing==2.4.5
pytest-cache==1.0
python-crfsuite==0.9.7
python-dateutil==2.8.1
python-magic==0.4.15
pytz==2020.1
PyYAML==5.4
regex==2021.4.4
requests==2.25.1
scipy==1.6.2
scikit-learn==0.22.2.post1
semantic-version==2.8.3
six==1.13.0
sklearn-crfsuite==0.3.6
soupsieve==1.9.5
sqlparse==0.3.0
tabulate==0.8.6
toml==0.10.2
tqdm==4.40.2
typed-ast==1.4.3
urllib3==1.26.5
wcwidth==0.1.7
zipp==0.6.0