Skip to content
Snippets Groups Projects

Python3

Merged Tanner Prestegard requested to merge python3 into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 10
5
@@ -12,17 +12,21 @@ djangorestframework==3.9.0
dnspython==1.15.0
flake8==3.5.0
html5lib==1.0.1
ipdb==0.10.2
ipython==5.5.0
lalsuite==6.53 # undocumented requirement for lscsoft-glue
ligo-lvalert==1.5.6
# Temporary pin of lvalert-overseer for Python 3 update
git+https://git.ligo.org/lscsoft/lvalert-overseer.git@python3-overseer#egg=ligo-lvalert-overseer
#ligo-lvalert-overseer==0.1.3
lscsoft-glue==1.60.0
lxml==4.2.0
matplotlib==2.0.0
mock==2.0.0
mysqlclient==1.4.2
numpy==1.17.2
packaging==17.1
phonenumbers==8.8.11
python-ldap==3.1.0
@@ -33,11 +37,14 @@ service_identity==17.0.0
simplejson==3.15.0
Sphinx==1.7.0
twilio==6.10.3
# Do NOT upgrade pyparsing beyond 2.3.0 (even to 2.3.1) without carefully
# testing and modifying the search query code. There were a number of
# problematic API changes in 2.3.1 and beyond that will need to be handled
# appropriately.
pyparsing==2.3.0
pytest<5; python_version < '3'
pytest==5.1.2; python_version >= '3'
pytest-cov==2.6.1
pytz==2018.9
@@ -46,7 +53,5 @@ pytz==2018.9
# https://github.com/etingof/pyasn1/issues/112
pyasn1==0.3.6
# Installing future for gunicorn gthreads:
future==0.17.1
futures==3.2.0
# Installing futures for gunicorn gthreads (Python 2 only):
futures==3.2.0; python_version < '3'
Loading