aboutsummaryrefslogtreecommitdiff
path: root/environment.yml
diff options
context:
space:
mode:
Diffstat (limited to 'environment.yml')
-rw-r--r--environment.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/environment.yml b/environment.yml
new file mode 100644
index 0000000..25a2c6c
--- /dev/null
+++ b/environment.yml
@@ -0,0 +1,14 @@
+name: pyee
+channels:
+ - conda-forge
+ - default
+dependencies:
+ - python=3.8.3
+ - pip=20.2.3
+ - trio=0.17.0
+ - twine=3.2.0
+ - twisted=20.3.0
+ - pip:
+ - -r requirements.txt
+ - -r requirements_dev.txt
+ - -e .