-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
82 lines (82 loc) · 3.43 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
appdirs==1.4.3
cachecontrol==0.12.6
chromedriver==2.24.1
click==7.1.2
colorama==0.4.3
contextlib2==0.6.0
distlib==0.3.0
distro==1.4.0
django-cors-middleware==1.5.0
django-crispy-forms==1.9.1
django-forms-bootstrap==3.1.0
django-oauth-toolkit==1.3.2
django-request-token==0.10.1
djangorestframework==3.11.0
hashids==1.2.0
html5lib==1.0.1
meson==0.53.2
numpy==1.18.5
ordered-set==3.1.1
pep517==0.8.1
pip-chill==1.0.0
progress==1.5
pulsemixer==1.5.0
pycairo==1.19.1
pyclipper==1.1.0.post3
pyinotify==0.9.6
pyinquirer==1.0.3
pylint==2.5.3
pynvim==0.4.1
pyperclip==1.8.0
pytoml==0.1.21
requests-oauth==0.4.1
requests-oauthlib==1.3.0
retrying==1.3.3
selenium==3.141.0
sphinx==3.1.1
werkzeug==1.0.1
wpgtk==6.1.3
yapf==0.30.0
# alabaster==0.7.12 # Installed as dependency for sphinx
# asgiref==3.2.7 # Installed as dependency for django
# astroid==2.4.2 # Installed as dependency for pylint
# babel==2.8.0 # Installed as dependency for sphinx
# certifi==2020.4.5.1 # Installed as dependency for requests
# chardet==3.0.4 # Installed as dependency for requests
# django==3.0.7 # Installed as dependency for django-request-token, djangorestframework, django-oauth-toolkit
# docutils==0.16 # Installed as dependency for sphinx
# greenlet==0.4.16 # Installed as dependency for pynvim
# idna==2.9 # Installed as dependency for requests
# imagesize==1.2.0 # Installed as dependency for sphinx
# isort==4.3.21 # Installed as dependency for pylint
# jinja2==2.11.2 # Installed as dependency for sphinx
# lazy-object-proxy==1.4.3 # Installed as dependency for astroid
# markupsafe==1.1.1 # Installed as dependency for jinja2
# mccabe==0.6.1 # Installed as dependency for pylint
# msgpack==0.6.2 # Installed as dependency for cachecontrol, pynvim
# oauthlib==3.1.0 # Installed as dependency for django-oauth-toolkit, requests-oauthlib
# packaging==20.1 # Installed as dependency for sphinx
# pillow==7.1.2 # Installed as dependency for wpgtk
# prompt-toolkit==1.0.14 # Installed as dependency for pyinquirer
# psycopg2-binary==2.8.5 # Installed as dependency for django-request-token
# pygments==2.6.1 # Installed as dependency for pyinquirer, sphinx
# pyjwt==1.7.1 # Installed as dependency for django-request-token
# pyparsing==2.4.6 # Installed as dependency for packaging
# pytz==2020.1 # Installed as dependency for babel, django
# pywal==3.3.0 # Installed as dependency for wpgtk
# regex==2020.5.14 # Installed as dependency for pyinquirer
# requests==2.23.0 # Installed as dependency for cachecontrol, requests-oauthlib, django-oauth-toolkit, sphinx, requests-oauth
# six==1.15.0 # Installed as dependency for prompt-toolkit, astroid, retrying, html5lib, packaging
# snowballstemmer==2.0.0 # Installed as dependency for sphinx
# sphinxcontrib-applehelp==1.0.2 # Installed as dependency for sphinx
# sphinxcontrib-devhelp==1.0.2 # Installed as dependency for sphinx
# sphinxcontrib-htmlhelp==1.0.3 # Installed as dependency for sphinx
# sphinxcontrib-jsmath==1.0.1 # Installed as dependency for sphinx
# sphinxcontrib-qthelp==1.0.3 # Installed as dependency for sphinx
# sphinxcontrib-serializinghtml==1.1.4 # Installed as dependency for sphinx
# sqlparse==0.3.1 # Installed as dependency for django-request-token, django
# toml==0.10.0 # Installed as dependency for pylint, pep517
# urllib3==1.25.9 # Installed as dependency for requests, selenium
# wcwidth==0.2.3 # Installed as dependency for prompt-toolkit
# webencodings==0.5.1 # Installed as dependency for html5lib
# wrapt==1.12.1 # Installed as dependency for astroid