mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
Fix changes in setup.py
This commit is contained in:
parent
a53c0e5628
commit
f18b784845
5
setup.py
5
setup.py
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
import os
|
||||
import sys
|
||||
|
||||
from setuptools import (
|
||||
setup,
|
||||
@ -20,8 +21,8 @@ install_requires=[
|
||||
"pysha3>=0.3",
|
||||
"requests>=2.12.4",
|
||||
"rlp>=0.4.6,<0.4.7",
|
||||
],
|
||||
import sys
|
||||
]
|
||||
|
||||
if sys.platform == 'win32':
|
||||
install_requires.append('pypiwin32')
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user