Gagan Bhatia commited on
Commit
b61af0e
1 Parent(s): 614fdb3

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # local package
2
+ -e .
3
+
4
+ # external requirements
5
+ click
6
+ coverage
7
+ awscli
8
+ flake8
9
+ python-dotenv>=0.5.1