Add python requirements
Summary: Add python requirements Reviewers: matej.gradicek Reviewed By: matej.gradicek Subscribers: buda Differential Revision: https://phabricator.memgraph.io/D121
This commit is contained in:
parent
81289d0663
commit
b87c420dbf
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
*.pyc
|
*.pyc
|
||||||
|
ve3/
|
||||||
|
16
requirements.txt
Normal file
16
requirements.txt
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
appdirs==1.4.3
|
||||||
|
behave==1.2.5
|
||||||
|
click==6.7
|
||||||
|
Flask==0.12
|
||||||
|
itsdangerous==0.24
|
||||||
|
Jinja2==2.9.5
|
||||||
|
MarkupSafe==1.0
|
||||||
|
neo4j-driver==1.1.2
|
||||||
|
packaging==16.8
|
||||||
|
parse==1.8.0
|
||||||
|
parse-type==0.3.4
|
||||||
|
pkg-resources==0.0.0
|
||||||
|
pyparsing==2.2.0
|
||||||
|
PyYAML==3.12
|
||||||
|
six==1.10.0
|
||||||
|
Werkzeug==0.12
|
Loading…
Reference in New Issue
Block a user