(core) move data engine code to core

Summary:
this moves sandbox/grist to core, and adds a requirements.txt
file for reconstructing the content of sandbox/thirdparty.

Test Plan:
existing tests pass.
Tested core functionality manually.  Tested docker build manually.

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2563
This commit is contained in:
Paul Fitzpatrick
2020-07-27 14:57:36 -04:00
parent 2399baaca2
commit b82eec714a
97 changed files with 29551 additions and 2 deletions

17
sandbox/requirements.txt Normal file
View File

@@ -0,0 +1,17 @@
astroid==1.4.9
asttokens==1.1.4
chardet==2.3.0
html5lib==0.999999999
iso8601==0.1.12
json_table_schema==0.2.1
lazy_object_proxy==1.2.2
messytables==0.15.2
python_dateutil==2.6.0
python_magic==0.4.12
roman==2.0.0
six==1.10.0
sortedcontainers==1.5.7
webencodings==0.5
wrapt==1.10.8
xlrd==1.2.0
unittest-xml-reporting==2.0.0