Commit e343dea3 authored by Barbora Kompišová's avatar Barbora Kompišová
Browse files

postgreSQL driver

parent 6eea0b0b
Loading
Loading
Loading
Loading
Loading
+37 −29
Original line number Original line Diff line number Diff line
[[source]]
[[source]]

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



[packages]
[packages]

flask = "*"
flask = "*"
flask-sqlalchemy = "*"
flask-sqlalchemy = "*"
pytest = "*"
pytest = "*"
@@ -21,9 +24,14 @@ flask-emails = "*"
pytz = "*"
pytz = "*"
flask-migrate = "*"
flask-migrate = "*"
python-gitlab = "*"
python-gitlab = "*"
"psycopg2" = "*"



[dev-packages]
[dev-packages]

pytest-cov = "*"
pytest-cov = "*"



[requires]
[requires]

python_version = "3.6"
python_version = "3.6"