Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump twisted from 18.9.0 to 19.7.0 #139

Open
wants to merge 4 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
psycopg2
django==1.11.23
django==1.11.7
channels==2.1.2
djangorestframework==3.7.1
drf-writable-nested
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ django-extensions==2.1.6
django-filter==1.1.0
django-material==1.5.2
django-timezone-field==3.0 # via django-celery-beat
django==1.11.23
django==1.11.7
djangorestframework-jwt==1.11.0
djangorestframework==3.7.1
drf-writable-nested==0.5.1
Expand Down Expand Up @@ -82,7 +82,7 @@ kiwisolver==1.1.0 # via matplotlib
kombu==4.3.0 # via celery
lazyarray==0.3.3 # via pynn
libneuroml==0.2.47
llvmlite==0.30.0 # via numba
llvmlite==0.31.0 # via numba
lmfit==1.0.0
locket==0.2.0 # via partd
lxml==4.4.2 # via libneuroml
Expand All @@ -96,9 +96,9 @@ neo==0.5.2 # via elephant, pynn
networkx==2.4 # via scikit-image
neuromllite==0.1.9
git+git://github.com/ddelpiano/[email protected]#egg=neuronunit
numba==0.46.0
numba==0.47.0
numpy==1.18.0 # via allensdk, bokeh, dask, deap, efel, elephant, h5py, imageio, lazyarray, lmfit, matplotlib, neo, numba, pandas, patsy, pynn, pynrrd, pywavelets, scipy, statsmodels
packaging==19.2 # via bokeh
packaging==20.0 # via bokeh
pandas==0.25.3 # via allensdk, dask, statsmodels
pandocfilters==1.4.2 # via nbconvert
parso==0.5.2 # via jedi
Expand Down Expand Up @@ -147,7 +147,7 @@ testpath==0.4.4 # via nbconvert
toolz==0.10.0 # via dask, distributed, partd
tornado==6.0.3 # via bokeh, distributed, ipykernel, ipyparallel, jupyter-client
traitlets==4.3.3 # via ipykernel, ipyparallel, ipython, jupyter-client, jupyter-core, nbconvert, nbformat
twisted==18.9.0 # via daphne
twisted==19.7.0 # via daphne
txaio==18.8.1 # via autobahn
uncertainties==3.1.2 # via lmfit
urllib3==1.25.7 # via requests
Expand Down