Skip to content

Commit 90528be

Browse files
committed
Remove transitive deps and don't lock
1 parent adee423 commit 90528be

1 file changed

Lines changed: 17 additions & 76 deletions

File tree

requirements.txt

Lines changed: 17 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,18 @@
11
-e .
2-
aiohttp==3.8.3
3-
aioresponses==0.7.3
4-
aiosignal==1.2.0
5-
alabaster==0.7.12
6-
async-timeout==4.0.2
7-
attrs==21.4.0
8-
Authlib==1.1.0
9-
Babel==2.10.3
10-
black==22.10.0
11-
callee==0.3.1
12-
certifi==2021.10.8
13-
cffi==1.15.1
14-
cfgv==3.3.1
15-
charset-normalizer==2.1.1
16-
click==8.1.3
17-
coverage==6.5.0
18-
cryptography==36.0.2
19-
Deprecated==1.2.13
20-
distlib==0.3.6
21-
docutils==0.17.1
22-
filelock==3.8.0
23-
flake8==4.0.1
24-
Flask==2.2.2
25-
Flask-Cors==3.0.10
26-
frozenlist==1.3.1
27-
identify==2.5.6
28-
idna==3.4
29-
imagesize==1.4.1
30-
iniconfig==1.1.1
31-
isort==5.10.1
32-
itsdangerous==2.1.2
33-
Jinja2==3.1.2
34-
jwcrypto==1.4.2
35-
MarkupSafe==2.1.1
36-
mccabe==0.6.1
37-
mock==4.0.3
38-
multidict==6.0.2
39-
mypy-extensions==0.4.3
40-
nodeenv==1.7.0
41-
packaging==21.3
42-
pathspec==0.10.1
43-
platformdirs==2.5.2
44-
pluggy==1.0.0
45-
pre-commit==2.20.0
46-
py==1.11.0
47-
pycodestyle==2.8.0
48-
pycparser==2.21
49-
pyflakes==2.4.0
50-
Pygments==2.13.0
51-
PyJWT==2.5.0
52-
pyparsing==3.0.9
53-
pytest==7.1.3
54-
pytest-mock==3.10.0
55-
python-dotenv==0.21.0
56-
pytz==2022.4
57-
pyupgrade==2.38.4
58-
PyYAML==6.0
59-
requests==2.28.1
60-
six==1.16.0
61-
snowballstemmer==2.2.0
62-
Sphinx==4.5.0
63-
sphinx-rtd-theme==1.0.0
64-
sphinxcontrib-applehelp==1.0.2
65-
sphinxcontrib-devhelp==1.0.2
66-
sphinxcontrib-htmlhelp==2.0.0
67-
sphinxcontrib-jsmath==1.0.1
68-
sphinxcontrib-qthelp==1.0.3
69-
sphinxcontrib-serializinghtml==1.1.5
70-
tokenize-rt==4.2.1
71-
toml==0.10.2
72-
tomli==2.0.1
73-
urllib3==1.26.12
74-
virtualenv==20.16.5
75-
Werkzeug==2.2.2
76-
wrapt==1.14.1
77-
yarl==1.8.1
2+
aiohttp
3+
aioresponses
4+
black
5+
callee
6+
click
7+
coverage
8+
cryptography
9+
flake8
10+
isort
11+
mock
12+
pre-commit
13+
PyJWT
14+
pytest
15+
pytest-mock
16+
pyupgrade
17+
requests
18+
Sphinx

0 commit comments

Comments
 (0)