Skip to content

Commit

Permalink
Merge pull request #36 from BeamIO-Inc/feature/35/conda-dev-environment
Browse files Browse the repository at this point in the history
Conda dev environment
  • Loading branch information
ryanlaclair committed May 12, 2021
2 parents 5931c4f + a689ebc commit e9dc18e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: atk-dev
channels:
- defaults
dependencies:
- pip=20.3
- python=3.9
- pip:
- configparser
- distro
- flask>=1.0
- flask-cors
- flask_wtf
- inflect
- numpy
- psutil
- python-dotenv
- requests
- sphinx
- sphinx_rtd_theme
- tabulate
- psutil

0 comments on commit e9dc18e

Please sign in to comment.