Skip to content

Commit

Permalink
Setting up repo with standard PiP files and virtualenvironemtn
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrethlein committed Jan 10, 2020
1 parent 040a5f1 commit 9f2e675
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
32 changes: 32 additions & 0 deletions requirements.txt
@@ -0,0 +1,32 @@
alabaster==0.7.12
Babel==2.8.0
certifi==2019.11.28
chardet==3.0.4
cycler==0.10.0
docutils==0.15.2
idna==2.8
imagesize==1.2.0
Jinja2==2.10.3
kiwisolver==1.1.0
MarkupSafe==1.1.1
matplotlib==3.1.2
numpy==1.18.1
packaging==20.0
pandas==0.25.3
Pygments==2.5.2
pyparsing==2.4.6
python-dateutil==2.8.1
pytz==2019.3
requests==2.22.0
scipy==1.4.1
six==1.13.0
snowballstemmer==2.0.0
Sphinx==2.3.1
sphinx-rtd-theme==0.4.3
sphinxcontrib-applehelp==1.0.1
sphinxcontrib-devhelp==1.0.1
sphinxcontrib-htmlhelp==1.0.2
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.2
sphinxcontrib-serializinghtml==1.1.3
urllib3==1.25.7
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
1 change: 1 addition & 0 deletions src/__init__.py
@@ -1 +1,2 @@
#!/env/bin/python3.7
# -*- coding: utf-8 -*-

0 comments on commit 9f2e675

Please sign in to comment.