Skip to content

Commit

Permalink
trying out heroku deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-rodriguez committed May 4, 2021
1 parent 2c304eb commit 0641ec9
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 88 deletions.
135 changes: 47 additions & 88 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,88 +1,47 @@
# This file may be used to create an environment using:
# $ conda create --name <env> --file <this file>
# platform: linux-64
_libgcc_mutex=0.1=main
asdf=2.7.3=pypi_0
astrodbkit2=0.2.*
astropy=4.2=py38h27cfd23_0
astroquery=0.4.1=pypi_0
attrs=20.3.0=pypi_0
backcall=0.2.0=pyhd3eb1b0_0
beautifulsoup4=4.9.3=pypi_0
blas=1.0=mkl
ca-certificates=2021.1.19=h06a4308_1
certifi=2020.12.5=py38h06a4308_0
cffi=1.14.5=pypi_0
chardet=4.0.0=pypi_0
click=7.1.2=pypi_0
cryptography=3.4.7=pypi_0
decorator=5.0.5=pyhd3eb1b0_0
flask=1.1.2=pypi_0
flask-wtf=0.14.3=pypi_0
greenlet=1.0.0=py38h2531618_2
gwcs=0.16.1=pypi_0
html5lib=1.1=pypi_0
idna=2.10=pypi_0
importlib-metadata=3.10.0=pypi_0
intel-openmp=2020.2=254
ipython=7.22.0=py38hb070fc8_0
ipython_genutils=0.2.0=pyhd3eb1b0_1
itsdangerous=1.1.0=pypi_0
jedi=0.17.0=py38_0
jeepney=0.6.0=pypi_0
jinja2=2.11.3=pypi_0
jsonschema=3.2.0=pypi_0
keyring=23.0.1=pypi_0
ld_impl_linux-64=2.33.1=h53a641e_7
libffi=3.3=he6710b0_2
libgcc-ng=9.1.0=hdf63c60_0
libstdcxx-ng=9.1.0=hdf63c60_0
markdown2=2.4.0=pypi_0
markupsafe=1.1.1=pypi_0
mkl=2020.2=256
mkl-service=2.3.0=py38he904b0f_0
mkl_fft=1.3.0=py38h54f3939_0
mkl_random=1.1.1=py38h0573a6f_0
ncurses=6.2=he6710b0_1
numpy=1.19.2=py38h54aff64_0
numpy-base=1.19.2=py38hfa32c7d_0
openssl=1.1.1k=h27cfd23_0
packaging=20.9=pyhd3eb1b0_0
pandas=1.2.3=pypi_0
parso=0.8.2=pyhd3eb1b0_0
pexpect=4.8.0=pyhd3eb1b0_3
pickleshare=0.7.5=pyhd3eb1b0_1003
pip=21.0.1=py38h06a4308_0
prompt-toolkit=3.0.17=pyh06a4308_0
ptyprocess=0.7.0=pyhd3eb1b0_2
pycparser=2.20=pypi_0
pyerfa=1.7.2=py38h27cfd23_0
pygments=2.8.1=pyhd3eb1b0_0
pyparsing=2.4.7=pyhd3eb1b0_0
pyrsistent=0.17.3=pypi_0
python=3.8.8=hdb3f193_4
python-dateutil=2.8.1=pyhd3eb1b0_0
pytz=2021.1=pyhd3eb1b0_0
pyyaml=5.4.1=pypi_0
readline=8.1=h27cfd23_0
requests=2.25.1=pypi_0
scipy=1.6.2=pypi_0
secretstorage=3.3.1=pypi_0
semantic-version=2.8.5=pypi_0
setuptools=52.0.0=py38h06a4308_0
six=1.15.0=py38h06a4308_0
soupsieve=2.2.1=pypi_0
specutils=1.2=pypi_0
sqlalchemy=1.4.5=py38h27cfd23_0
sqlite=3.35.4=hdfb4753_0
tk=8.6.10=hbc83047_0
traitlets=5.0.5=pyhd3eb1b0_0
urllib3=1.26.4=pypi_0
wcwidth=0.2.5=py_0
webencodings=0.5.1=pypi_0
werkzeug=1.0.1=pypi_0
wheel=0.36.2=pyhd3eb1b0_0
wtforms=2.3.3=pypi_0
xz=5.2.5=h7b6447c_0
zipp=3.4.1=pypi_0
zlib=1.2.11=h7b6447c_3
asdf==2.7.3
astrodbkit2==0.2.1
astropy==4.2.1
astroquery==0.4.1
attrs==20.3.0
beautifulsoup4==4.9.3
certifi==2020.12.5
chardet==4.0.0
click==7.1.2
Flask==1.1.2
Flask-WTF==0.14.3
greenlet==1.0.0
gwcs==0.16.1
html5lib==1.1
idna==2.10
importlib-metadata==4.0.0
importlib-resources==5.1.2
itsdangerous==1.1.0
Jinja2==2.11.3
jsonschema==3.2.0
keyring==23.0.1
markdown2==2.4.0
MarkupSafe==1.1.1
numpy==1.20.2
packaging==20.9
pandas==1.2.4
pip==21.0.1
pyerfa==1.7.2
pyparsing==2.4.7
pyrsistent==0.17.3
python-dateutil==2.8.1
pytz==2021.1
PyYAML==5.4.1
requests==2.25.1
scipy==1.6.2
semantic-version==2.8.5
setuptools==49.6.0.post20210108
six==1.15.0
soupsieve==2.2.1
specutils==1.2
SQLAlchemy==1.4.9
urllib3==1.26.4
webencodings==0.5.1
Werkzeug==1.0.1
wheel==0.36.2
WTForms==2.3.3
zipp==3.4.1
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.8.8

0 comments on commit 0641ec9

Please sign in to comment.