Browse Source

added six 1.10 as dependency

pull/50/head
Rossen Georgiev 9 years ago
parent
commit
7847bf98b6
  1. 1
      requirements.txt
  2. 1
      setup.py

1
requirements.txt

@ -11,3 +11,4 @@ requests==2.9.1
vcrpy==1.7.4
vdf==2.0
sphinx==1.3.5
six==1.10.0

1
setup.py

@ -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',

Loading…
Cancel
Save