Skip to content

Commit

Permalink
Added requests as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Jun 4, 2024
1 parent 88502c9 commit 9b2fd06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from setuptools import setup, find_packages
from setuptools import find_packages
from setuptools import setup


version = "1.0.4.dev0"

Expand Down Expand Up @@ -36,6 +38,7 @@
install_requires=[
"setuptools",
"future",
"requests",
"six>=1.16.0",
# -*- Extra requirements: -*-
],
Expand Down

0 comments on commit 9b2fd06

Please sign in to comment.