[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
appdirs = "*"
requests = "*"
six = "*"
requests_oauthlib = "*"
# pin a beta version which fixes vunerability:
# https://nvd.nist.gov/vuln/detail/CVE-2017-18342
# todo won't accept >= for some reason so will need changing in future
pyyaml = "==4.2b1"
# pyyaml = "*"
piexif = "*"
python-magic = "*"
gphotos-sync = {path = "."}
coverage = "*"

[dev-packages]
mock = "*"
pytest = "*"

[requires]
python_version = "3.6"
