Skip to content

Commit bda586a

Browse files
author
Guillaume Raille
committed
add dependencies to the package it self
1 parent d83034a commit bda586a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ team/community._
3333
using Pypi:
3434

3535
```bash
36-
pip install saleor-gql-loader requests-toolbelt Django
36+
pip install saleor-gql-loader
3737
```
3838

3939
Or cloning the repo:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
url='https://github.com/grll/saleor-gql-loader',
1111
download_url='https://github.com/grll/saleor-gql-loader/archive/0.0.3.tar.gz',
1212
keywords=['graphql', 'saleor', 'loader'],
13-
install_requires=['requests'],
13+
install_requires=['requests', 'Django', 'requests-toolbelt'],
1414
classifiers=[
1515
'Development Status :: 3 - Alpha',
1616
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)