# These are "extra" dependencies, for use in production but not in doc-generation.

# Generic URLs are not yet supported by pip-compile.
http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-1.2.2.zip  	# GPL v2 with FOSS License Exception

# Putting these here rather than in default.in allows us to avoid using editable mode that pip-compile requires.
git+https://github.com/edx/luigi.git@eb45bcc52243de11b2b16a81229ac584fe1e601b#egg=luigi # Apache License 2.0

git+https://github.com/edx/pyinstrument.git@a35ff76df4c3d5ff9a2876d859303e33d895e78f#egg=pyinstrument     # BSD

# This was originally separated out from default.in so that it was not included in docs.txt.  Not clear why.
psycopg2==2.6.2
