Skip to content

Commit 38b81e2

Browse files
Matthias Dellwegevgeni
authored andcommitted
Fix dependencies for pip installation (#54)
1 parent dd7bf33 commit 38b81e2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests>=2.4.2
1+
.

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@
3434
],
3535
keywords='api apipie bindings',
3636
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
37+
install_requires=[
38+
'requests>=2.4.2',
39+
],
3740
)

0 commit comments

Comments
 (0)