Skip to content

Commit

Permalink
Merge pull request #13 from SenteraLLC/consistent-env-config
Browse files Browse the repository at this point in the history
Use Consistent Env Config
  • Loading branch information
jdalt authored Mar 27, 2020
2 parents c891a12 + ee01834 commit de3267e
Show file tree
Hide file tree
Showing 6 changed files with 242 additions and 36 deletions.
5 changes: 4 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ verify_ssl = true
[dev-packages]
pytest = "*"
httpretty = "*"
pre-commit = "*"
pre_commit = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
m2r = "*"

[packages]
requests = "*"
Expand Down
256 changes: 229 additions & 27 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- m2r
- pip
- pipenv
- httpretty
# main dependencies
- requests
- pandas
Expand Down
2 changes: 1 addition & 1 deletion sentera/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Defines package version. Parsed by setup.py and imported by __init__.py."""

__version__ = "1.3.0"
__version__ = "2.0.0"
Loading

0 comments on commit de3267e

Please sign in to comment.