10000 Add regular dependencies to requires-dist · staticdev/github4.py@72722f3 · GitHub
[go: up one dir, main page]

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

Commit 72722f3

Browse files
committed
Add regular dependencies to requires-dist
Otherwise new installations do not install requests or uritemplate.py and this results in ImportErrors for both packages.
1 parent d1b1656 commit 72722f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ universal = 1
33

44
[metadata]
55
requires-dist=
6+
requests>=2.0
7+
uritemplate.py>=0.2.0
68
pyOpenSSL>=0.13; python_version<="2.7"
79
ndg-httpsclient; python_version<="2.7"
810
pyasn1; python_version<="2.7"

0 commit comments

Comments
 (0)
0