forked from tg123/bottle-mysql
-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements-dev.txt
86 lines (86 loc) · 1.55 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements-dev.in
#
attrs==22.2.0
# via pytest
bleach==5.0.1
# via readme-renderer
bottle==0.12.23
# via -r requirements.in
certifi==2022.12.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.0.1
# via requests
click==8.1.3
# via -r requirements-dev.in
commonmark==0.9.1
# via rich
cryptography==39.0.0
# via secretstorage
docutils==0.19
# via readme-renderer
idna==3.4
# via requests
importlib-metadata==6.0.0
# via
# keyring
# twine
iniconfig==2.0.0
# via pytest
jaraco-classes==3.2.3
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==23.13.1
# via twine
more-itertools==9.0.0
# via jaraco-classes
packaging==23.0
# via pytest
pkginfo==1.9.6
# via twine
pluggy==1.0.0
# via pytest
pycparser==2.21
# via cffi
pygments==2.14.0
# via
# readme-renderer
# rich
pymysql==1.0.2
# via -r requirements.in
pytest==7.2.1
# via -r requirements-test.in
readme-renderer==37.3
# via twine
requests==2.28.2
# via
# requests-toolbelt
# twine
requests-toolbelt==0.10.1
# via twine
rfc3986==2.0.0
# via twine
rich==13.1.0
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via bleach
twine==4.0.2
# via -r requirements-dev.in
urllib3==1.26.14
# via
# requests
# twine
webencodings==0.5.1
# via bleach
zipp==3.11.0
# via importlib-metadata