Skip to content

Instantly share code, notes, and snippets.

@zeitounator
Created June 17, 2023 15:54
Show Gist options
  • Save zeitounator/7ba8903ed602e89cb7d0536ff3595131 to your computer and use it in GitHub Desktop.
Save zeitounator/7ba8903ed602e89cb7d0536ff3595131 to your computer and use it in GitHub Desktop.
$ docker run -it --rm python:3.10-alpine pip install alembic==1.11.1
Collecting alembic==1.11.1
Downloading alembic-1.11.1-py3-none-any.whl (224 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 224.5/224.5 kB 5.2 MB/s eta 0:00:00
Collecting Mako
Downloading Mako-1.2.4-py3-none-any.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.7/78.7 kB 15.2 MB/s eta 0:00:00
Collecting SQLAlchemy>=1.3.0
Downloading SQLAlchemy-2.0.16-cp310-cp310-musllinux_1_1_x86_64.whl (2.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.7/2.7 MB 20.1 MB/s eta 0:00:00
Collecting typing-extensions>=4
Downloading typing_extensions-4.6.3-py3-none-any.whl (31 kB)
Collecting greenlet!=0.4.17
Downloading greenlet-2.0.2-cp310-cp310-musllinux_1_1_x86_64.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 20.7 MB/s eta 0:00:00
Collecting MarkupSafe>=0.9.2
Downloading MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_x86_64.whl (29 kB)
Installing collected packages: typing-extensions, MarkupSafe, greenlet, SQLAlchemy, Mako, alembic
Successfully installed Mako-1.2.4 MarkupSafe-2.1.3 SQLAlchemy-2.0.16 alembic-1.11.1 greenlet-2.0.2 typing-extensions-4.6.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[notice] A new release of pip is available: 23.0.1 -> 23.1.2
[notice] To update, run: pip install --upgrade pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment