Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

Commit d11dd49

Browse files
authored
Merge pull request #68 from fyntex/task/requirements/update-dependency-graph
requirements: Update dependency graph of base requirements
2 parents 9251a1e + ed7129d commit d11dd49

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

requirements/base.txt

+12-7
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,32 @@ requests==2.25.1
99

1010
# Packages dependencies:
1111
# - cryptography:
12-
# - asn1crypto
13-
# - cffi
12+
# - cffi:
1413
# - pycparser
1514
# - six
1615
# - google-api-python-client:
1716
# - google-auth
18-
# - google-auth-httplib2
19-
# - httplib2
17+
# - google-auth-httplib2:
18+
# - google-auth
19+
# - httplib2
20+
# - six
21+
# - httplib2:
22+
# - pyparsing
2023
# - six
2124
# - uritemplate
2225
# - google-auth:
2326
# - cachetools
24-
# - pyasn1-modules
27+
# - pyasn1-modules:
2528
# - pyasn1
26-
# - rsa
29+
# - rsa:
30+
# - pyasn1
31+
# - setuptools
2732
# - six
2833
# - requests:
2934
# - certifi
3035
# - chardet
3136
# - idna
3237
# - urllib3
33-
asn1crypto==0.24.0
3438
cachetools==3.1.1
3539
certifi==2020.6.20
3640
cffi==1.12.3
@@ -41,6 +45,7 @@ idna==2.10
4145
pyasn1==0.4.5
4246
pyasn1-modules==0.2.5
4347
pycparser==2.20
48+
pyparsing==2.4.7
4449
rsa==4.0
4550
six==1.15.0
4651
uritemplate==3.0.1

0 commit comments

Comments
 (0)