Skip to content

Commit e67dc0a

Browse files
update requirements.txt
1 parent 5a104d6 commit e67dc0a

2 files changed

Lines changed: 49 additions & 17 deletions

File tree

requirements-ref.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
parsimonious==0.8.1
2+
attrdict
3+
bumpversion<1,>=0.5.3
4+
configobj
5+
cytoolz
6+
lru-dict
7+
pycryptodome
8+
cryptography>=3.3.1
9+
requests
10+
toolz
11+
hypothesis>=3.6.1
12+
argcomplete
13+
pymitter
14+
asyncio
15+
promise
16+
rsa
17+
ecdsa
18+
pyOpenSSL==20.0.0

requirements.txt

Lines changed: 31 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,32 @@
1+
argcomplete==2.0.0
2+
asyncio==3.4.3
3+
attrdict==2.0.1
4+
attrs==22.2.0
5+
bump2version==1.0.1
6+
bumpversion==0.6.0
7+
certifi==2022.12.7
8+
cffi==1.15.1
9+
charset_normalizer==3.0.1
10+
configobj==5.0.8
11+
cryptography==39.0.1
12+
cytoolz==0.12.1
13+
ecdsa==0.18.0
14+
exceptiongroup==1.1.0
15+
hypothesis==6.68.2
16+
lru_dict==1.1.8
117
parsimonious==0.8.1
2-
attrdict
3-
bumpversion<1,>=0.5.3
4-
configobj
5-
cytoolz
6-
lru-dict
7-
pycryptodome
8-
cryptography>=3.3.1
9-
requests
10-
toolz
11-
hypothesis>=3.6.1
12-
argcomplete
13-
pymitter
14-
asyncio
15-
promise
16-
rsa
17-
ecdsa
18-
pyOpenSSL==20.0.0
18+
pip==21.1.2
19+
promise==2.3
20+
pyasn1==0.4.8
21+
pycparser==2.21
22+
pycryptodome==3.17
23+
pymitter==0.4.0
24+
pyOpenSSL==20.0.0
25+
requests==2.28.2
26+
rsa==4.9
27+
setuptools==66.1.1
28+
six==1.16.0
29+
sortedcontainers==2.4.0
30+
toolz==0.12.0
31+
urllib3==1.26.14
32+
wheel==0.36.2

0 commit comments

Comments
 (0)