Skip to content

Commit 674bc5f

Browse files
committed
ditch dev-requirements.in, as pip-compile produces invalid output anyway
1 parent ba51b29 commit 674bc5f

File tree

2 files changed

+9
-92
lines changed

2 files changed

+9
-92
lines changed

dev-requirements.in

Lines changed: 0 additions & 12 deletions
This file was deleted.

dev-requirements.txt

Lines changed: 9 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,10 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.12
3-
# by the following command:
4-
#
5-
# pip-compile dev-requirements.in
6-
#
7-
alabaster==0.7.12
8-
# via sphinx
9-
asn1crypto==1.3.0
10-
# via oscrypto
11-
babel==2.8.0
12-
# via sphinx
13-
certifi==2019.11.28
14-
# via requests
15-
cffi==1.14.0
16-
# via cryptography
17-
chardet==3.0.4
18-
# via requests
19-
cryptography==3.2
20-
# via -r dev-requirements.in
21-
cython==0.29.15
22-
# via -r dev-requirements.in
23-
docutils==0.16
24-
# via sphinx
25-
idna==2.9
26-
# via requests
27-
imagesize==1.2.0
28-
# via sphinx
29-
jinja2==2.11.1
30-
# via sphinx
31-
markupsafe==1.1.1
32-
# via jinja2
33-
oscrypto==1.2.0
34-
# via -r dev-requirements.in
35-
packaging==20.1
36-
# via sphinx
37-
parameterized==0.7.4
38-
# via -r dev-requirements.in
39-
pycparser==2.19
40-
# via cffi
41-
pygments==2.5.2
42-
# via sphinx
43-
pyparsing==2.4.6
44-
# via packaging
45-
pytz==2019.3
46-
# via babel
47-
requests==2.23.0
48-
# via sphinx
49-
ruff==0.6.8
50-
# via -r dev-requirements.in
51-
setuptools-scm==3.5.0
52-
# via -r dev-requirements.in
53-
six==1.14.0
54-
# via
55-
# cryptography
56-
# packaging
57-
snowballstemmer==2.0.0
58-
# via sphinx
59-
sphinx==2.4.3
60-
# via
61-
# -r dev-requirements.in
62-
# sphinx-rtd-theme
63-
sphinx-rtd-theme==0.4.3
64-
# via -r dev-requirements.in
65-
sphinxcontrib-applehelp==1.0.1
66-
# via sphinx
67-
sphinxcontrib-devhelp==1.0.1
68-
# via sphinx
69-
sphinxcontrib-htmlhelp==1.0.3
70-
# via sphinx
71-
sphinxcontrib-jsmath==1.0.1
72-
# via sphinx
73-
sphinxcontrib-qthelp==1.0.2
74-
# via sphinx
75-
sphinxcontrib-serializinghtml==1.1.3
76-
# via sphinx
77-
urllib3==1.25.8
78-
# via requests
1+
Cython
2+
setuptools_scm
793

80-
# The following packages are considered to be unsafe in a requirements file:
81-
# setuptools
4+
# Used for tests
5+
oscrypto
6+
cryptography
7+
parameterized
8+
ruff==0.8.2
9+
sphinx
10+
sphinx-rtd-theme

0 commit comments

Comments
 (0)