@ -11,3 +11,4 @@ requests==2.9.1
vcrpy==1.7.4
vdf==2.0
sphinx==1.3.5
six==1.10.0
@ -15,6 +15,7 @@ with open(path.join(here, 'steam/__init__.py'), encoding='utf-8') as f:
__version__ = f.readline().split('"')[1]
install_requires = [
'six>=1.10',
'cryptography>=1.3',
'requests>=2.9.1',
'vdf>=2.0',