Browse Source

Adding requirements file

zhangoose 9 năm trước cách đây
mục cha
commit
6922a633c7
2 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 1 1
      README.md
  2. 4 0
      requirements.txt

+ 1 - 1
README.md

@@ -57,7 +57,7 @@ optional arguments:
 
 ## Requirements
 * Python 2.7
-* ```pip install fake-factory numpy ```
+* ```pip install -r requirements.txt```
 
 ## License
 This script is released under the [Apache version 2](LICENSE) license.

+ 4 - 0
requirements.txt

@@ -0,0 +1,4 @@
+fake-factory==0.7.2
+numpy==1.11.2
+Faker==0.7.3
+pytz==2016.7