We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7e19e commit b46eda4Copy full SHA for b46eda4
python/django/Makefile
@@ -3,7 +3,5 @@ start:
3
python3 manage.py migrate cockroach_example && python3 manage.py runserver 6543
4
5
deps:
6
- git clone https://github.com/cockroachdb/django-cockroachdb || true
7
pip3 install --upgrade setuptools
8
- pip3 install django psycopg2
9
- cd django-cockroachdb && pip3 install .
+ pip3 install django==3.0.9 django-cockroachdb==3.0.1 psycopg2
python/sqlalchemy/Makefile
@@ -23,4 +23,4 @@ start:
23
24
# To avoid permissions errors, the following should be run in a virtualenv
25
# (preferred) or as root.
26
- pip3 install flask-sqlalchemy sqlalchemy-cockroachdb psycopg2
+ pip3 install flask-sqlalchemy==2.4.4 sqlalchemy-cockroachdb==1.3.1 psycopg2
0 commit comments