Skip to content

Commit

Permalink
Updated development environment for twine.
Browse files Browse the repository at this point in the history
  • Loading branch information
brews committed Jul 7, 2017
1 parent 97fea45 commit 92d7f83
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@ channels:
- defaults
dependencies:
- alabaster=0.7.10=py36_0
- args=0.1.0=py36_0
- asn1crypto=0.22.0=py36_0
- babel=2.3.4=py36_0
- beautifulsoup4=4.5.3=py36_0
- blas=1.1=openblas
- ca-certificates=2017.4.17=0
- certifi=2017.4.17=py36_0
- cffi=1.10.0=py36_0
- chardet=3.0.2=py36_1
- clint=0.5.1=py36_0
- cryptography=1.9=py36_0
- decorator=4.0.11=py36_0
- docutils=0.13.1=py36_0
- flake8=3.3.0=py36_0
- html5lib=0.999=py36_0
- html5lib=0.9999999=py36_0
- icu=58.1=1
- idna=2.5=py36_0
- imagesize=0.7.1=py36_0
Expand All @@ -25,57 +29,58 @@ dependencies:
- libffi=3.2.1=3
- libiconv=1.14=4
- libxml2=2.9.4=4
- libxslt=1.1.29=4
- libxslt=1.1.29=5
- lxml=3.8.0=py36_0
- markupsafe=1.0=py36_0
- mccabe=0.6.1=py36_0
- ncurses=5.9=10
- numpy=1.13.0=py36_blas_openblas_200
- numpy=1.13.1=py36_blas_openblas_200
- numpydoc=0.7.0=py36_0
- openblas=0.2.19=2
- openssl=1.0.2k=0
- openssl=1.0.2l=0
- packaging=16.8=py36_0
- pandas=0.20.2=np113py36_1
- pexpect=4.2.1=py36_0
- pickleshare=0.7.3=py36_0
- pip=9.0.1=py36_0
- pkginfo=1.2.1=py36_0
- prompt_toolkit=1.0.14=py36_0
- ptyprocess=0.5.1=py36_0
- ptyprocess=0.5.2=py36_0
- py=1.4.34=py36_0
- pycodestyle=2.3.1=py36_0
- pycparser=2.17=py36_0
- pycparser=2.18=py36_0
- pyflakes=1.5.0=py36_0
- pygments=2.2.0=py36_0
- pyopenssl=16.2.0=py36_0
- pyparsing=2.2.0=py36_0
- pysocks=1.6.7=py36_0
- pytest=3.1.2=py36_0
- pytest=3.1.3=py36_0
- python=3.6.1=3
- python-dateutil=2.6.0=py36_0
- pytz=2017.2=py36_0
- readline=6.2=0
- requests=2.18.1=py36_0
- requests-toolbelt=0.8.0=py36_0
- setuptools=33.1.1=py36_0
- simplegeneric=0.8.1=py36_0
- six=1.10.0=py36_1
- snowballstemmer=1.2.1=py36_0
- sphinx=1.6.2=py36_0
- sphinx=1.6.3=py36_0
- sphinx_rtd_theme=0.2.4=py36_0
- sphinxcontrib-websupport=1.0.1=py36_0
- sqlite=3.13.0=1
- tk=8.5.19=1
- traitlets=4.3.2=py36_0
- twine=1.8.1=py36_1
- typing=3.6.1=py36_0
- urllib3=1.21.1=py36_1
- wcwidth=0.1.7=py36_0
- webencodings=0.5=py36_0
- wheel=0.29.0=py36_0
- xz=5.2.2=0
- zlib=1.2.11=0
- asn1crypto=0.22.0=py36_0
- cryptography=1.8.1=py36_0
- libgfortran=3.0.0=1
- mkl=2017.0.1=0
- mkl=2017.0.3=0
- pip:
- ipython-genutils==0.2.0
- prompt-toolkit==1.0.14
Expand Down

0 comments on commit 92d7f83

Please sign in to comment.