Skip to content

Commit

Permalink
Merge pull request #10 from wiremind/new-frontend
Browse files Browse the repository at this point in the history
Revert "fix(setup): setup.py: require `psycopg2-binary` instead of `psycopg2`"
  • Loading branch information
desaintmartin authored Nov 24, 2021
2 parents b45e175 + c26b364 commit 4031824
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Changelog

## v4.0.3 (2021-11-18)
### Fixes
- setup.py: require `psycopg2-binary` instead of `psycopg2`.

## v4.0.3 (2021-10-09)
### Fixes
- Test python 3.10 in CI.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.4
4.0.5
23 changes: 11 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,35 @@
#
# pip-compile --no-emit-index-url
#
alembic==1.7.5
alembic==1.7.4
# via chartreuse (setup.py)
cachetools==4.2.4
# via google-auth
certifi==2021.10.8
# via
# kubernetes
# requests
charset-normalizer==2.0.7
charset-normalizer==2.0.6
# via requests
google-auth==2.3.3
google-auth==2.3.0
# via kubernetes
greenlet==1.1.2
# via sqlalchemy
idna==3.3
idna==3.2
# via requests
importlib-metadata==4.8.2
importlib-metadata==4.8.1
# via alembic
importlib-resources==5.4.0
importlib-resources==5.2.2
# via alembic
kubernetes==19.15.0
kubernetes==18.20.0
# via wiremind-kubernetes
mako==1.1.6
mako==1.1.5
# via alembic
markupsafe==2.0.1
# via mako
oauthlib==3.1.1
# via requests-oauthlib
psycopg2-binary==2.9.2
psycopg2==2.9.1
# via chartreuse (setup.py)
pyasn1==0.4.8
# via
Expand All @@ -42,7 +42,7 @@ pyasn1-modules==0.2.8
# via google-auth
python-dateutil==2.8.2
# via kubernetes
pyyaml==6.0
pyyaml==5.4.1
# via kubernetes
requests==2.26.0
# via
Expand All @@ -54,10 +54,9 @@ rsa==4.7.2
# via google-auth
six==1.16.0
# via
# google-auth
# kubernetes
# python-dateutil
sqlalchemy==1.4.27
sqlalchemy==1.4.25
# via alembic
urllib3==1.26.7
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
python_requires=">=3.7.0",
install_requires=[
"alembic==1.*",
"psycopg2-binary==2.*",
"psycopg2==2.*",
"wiremind-kubernetes==6.*,>=6.3.5",
],
extras_require={
Expand Down

0 comments on commit 4031824

Please sign in to comment.