-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.yml
More file actions
36 lines (34 loc) · 713 Bytes
/
env.yml
File metadata and controls
36 lines (34 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: StorageCombinators
channels:
- defaults
- anaconda
dependencies:
- python=3.6
- jupyter
- notebook
- ipython
- ipywidgets
- pip
- pip:
# Main app requirements
- maya # Needed for easily parsing javascript dates
- pymongo
- dnspython # Needed for pymongo
- sqlalchemy
- psycopg2-binary
- redis
- pytest
- hypothesis
# Linting Code Quality
- flake8
- mypy
# Automated code Cleanup
- black
# Documentation
- sphinx
# - pygraphviz
# - pylint # Required only for pygraphviz.
- "--editable=git+https://github.com/alendit/sphinx-pyreverse.git#egg=sphinx-pyreverse"
# Code Generation
- cogapp
# AWS Interaction