Browse Source

Install ipython in production (for pshell)

merge-requests/85/head
Deimos 5 years ago
parent
commit
e503d94678
  1. 1
      tildes/requirements-dev.in
  2. 1
      tildes/requirements.in
  3. 16
      tildes/requirements.txt

1
tildes/requirements-dev.in

@ -1,7 +1,6 @@
-r requirements.in -r requirements.in
black black
freezegun freezegun
ipython
mypy mypy
prospector prospector
pyramid-debugtoolbar pyramid-debugtoolbar

1
tildes/requirements.in

@ -8,6 +8,7 @@ click
cornice cornice
gunicorn gunicorn
html5lib html5lib
ipython
marshmallow<3.0 # 3.0+ requires significant updates marshmallow<3.0 # 3.0+ requires significant updates
Pillow Pillow
pip-tools pip-tools

16
tildes/requirements.txt

@ -2,6 +2,7 @@ ago==0.0.93
alembic==1.3.0 alembic==1.3.0
amqpy==0.13.1 amqpy==0.13.1
argon2-cffi==19.2.0 argon2-cffi==19.2.0
backcall==0.1.0 # via ipython
beautifulsoup4==4.8.1 beautifulsoup4==4.8.1
bleach==3.1.0 bleach==3.1.0
certifi==2019.9.11 # via requests, sentry-sdk certifi==2019.9.11 # via requests, sentry-sdk
@ -9,21 +10,30 @@ cffi==1.13.2 # via argon2-cffi, pygit2
chardet==3.0.4 # via requests chardet==3.0.4 # via requests
click==7.0 click==7.0
cornice==3.6.0 cornice==3.6.0
decorator==4.4.1 # via ipython, traitlets
gunicorn==19.9.0 gunicorn==19.9.0
html5lib==1.0.1 html5lib==1.0.1
hupper==1.9 # via pyramid hupper==1.9 # via pyramid
idna==2.8 # via requests idna==2.8 # via requests
ipython-genutils==0.2.0 # via traitlets
ipython==7.9.0
jedi==0.15.1 # via ipython
jinja2==2.10.3 # via pyramid-jinja2 jinja2==2.10.3 # via pyramid-jinja2
mako==1.1.0 # via alembic mako==1.1.0 # via alembic
markupsafe==1.1.1 # via jinja2, mako, pyramid-jinja2 markupsafe==1.1.1 # via jinja2, mako, pyramid-jinja2
marshmallow==2.20.5 marshmallow==2.20.5
parso==0.5.1 # via jedi
pastedeploy==2.0.1 # via plaster-pastedeploy pastedeploy==2.0.1 # via plaster-pastedeploy
pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
pillow==6.2.1 pillow==6.2.1
pip-tools==4.2.0 pip-tools==4.2.0
plaster-pastedeploy==0.7 # via pyramid plaster-pastedeploy==0.7 # via pyramid
plaster==1.0 # via plaster-pastedeploy, pyramid plaster==1.0 # via plaster-pastedeploy, pyramid
prometheus-client==0.7.1 prometheus-client==0.7.1
prompt-toolkit==2.0.10 # via ipython
psycopg2==2.8.4 psycopg2==2.8.4
ptyprocess==0.6.0 # via pexpect
publicsuffix2==2.20160818 publicsuffix2==2.20160818
pycparser==2.19 # via cffi pycparser==2.19 # via cffi
pygit2==0.28.2 pygit2==0.28.2
@ -42,16 +52,18 @@ redis==3.3.11
requests==2.22.0 requests==2.22.0
sentry-sdk==0.13.1 sentry-sdk==0.13.1
simplejson==3.16.0 # via cornice simplejson==3.16.0 # via cornice
six==1.12.0 # via amqpy, argon2-cffi, bleach, cornice, html5lib, pip-tools, pygit2, pyramid-session-redis, pyramid-webassets, python-dateutil, qrcode, sqlalchemy-utils
six==1.12.0 # via amqpy, argon2-cffi, bleach, cornice, html5lib, pip-tools, prompt-toolkit, pygit2, pyramid-session-redis, pyramid-webassets, python-dateutil, qrcode, sqlalchemy-utils, traitlets
soupsieve==1.9.5 # via beautifulsoup4 soupsieve==1.9.5 # via beautifulsoup4
sqlalchemy-utils==0.35.0 sqlalchemy-utils==0.35.0
sqlalchemy==1.3.10 sqlalchemy==1.3.10
stripe==2.38.0 stripe==2.38.0
titlecase==0.12.0 titlecase==0.12.0
traitlets==4.3.3 # via ipython
transaction==2.4.0 # via pyramid-tm, zope.sqlalchemy transaction==2.4.0 # via pyramid-tm, zope.sqlalchemy
translationstring==1.3 # via pyramid translationstring==1.3 # via pyramid
urllib3==1.25.6 # via requests, sentry-sdk urllib3==1.25.6 # via requests, sentry-sdk
venusian==1.2.0 # via cornice, pyramid venusian==1.2.0 # via cornice, pyramid
wcwidth==0.1.7 # via prompt-toolkit
webargs==4.4.1 webargs==4.4.1
webassets==0.12.1 # via pyramid-webassets webassets==0.12.1 # via pyramid-webassets
webencodings==0.5.1 # via bleach, html5lib webencodings==0.5.1 # via bleach, html5lib
@ -62,4 +74,4 @@ zope.interface==4.6.0 # via pyramid, pyramid-webassets, transaction, zope.sq
zope.sqlalchemy==1.2 zope.sqlalchemy==1.2
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
# setuptools==41.6.0 # via plaster, pyramid, zope.deprecation, zope.interface, zope.sqlalchemy
# setuptools==41.6.0 # via ipython, plaster, pyramid, zope.deprecation, zope.interface, zope.sqlalchemy
Loading…
Cancel
Save