Ezi commited on
Commit
9c05a8c
·
1 Parent(s): 4367a6b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
 
2
  langdetect==1.0.9
3
 
 
1
+ import sys
2
+ if sys.version_info[0:2] != (2, 6):
3
+ raise Exception('Requires python 3.7')
4
 
5
  langdetect==1.0.9
6