Skip to content

Commit b99a510

Browse files
committed
Fix typo
1 parent 0c7ba06 commit b99a510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'Django (>=2.0)',
3333
],
3434
extras_require={
35-
'rpc': ['requets'],
35+
'rpc': ['requests'],
3636
},
3737
install_requires = [
3838
'Django>=2.0',

0 commit comments

Comments
 (0)