Remove psycopg2 from dependencies (#117)

* remove psycopg2 from direct dependencies, only add it in tests

* bump to 1.0.1

* fix mypy
This commit is contained in:
Maxim Kurnikov
2019-07-26 18:39:42 +03:00
committed by GitHub
parent 735b58e9bf
commit 6b21a0476d
3 changed files with 8 additions and 4 deletions
+1
View File
@@ -1,5 +1,6 @@
black
pytest-mypy-plugins==1.0.3
psycopg2
flake8
isort==4.3.4
-e .