From 3a8cc83cbe465b798647b92357eff2d52454f3dc Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Sun, 16 Feb 2020 19:35:47 -0300 Subject: Squashed commit of the following: * Move things around a bit more * Add project structure details to HACKING.md * Create setup.py * Split off A Boneless Datastructure Language --- requirements_test.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'requirements_test.txt') diff --git a/requirements_test.txt b/requirements_test.txt index 737d0df..ebe51db 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,3 +1,21 @@ +astroid==2.3.3 +atomicwrites==1.3.0 +attrs==19.3.0 +decompyle3==3.3.2 hypothesis==4.42.7 +isort==4.3.21 +lazy-object-proxy==1.4.3 +mccabe==0.6.1 +more-itertools==7.2.0 +packaging==19.2 +pluggy==0.13.1 +py==1.8.0 +pylint==2.4.4 pytest==5.2.2 pytest-sphinx==0.2.2 +six==1.13.0 +spark-parser==1.8.9 +uncompyle6==3.6.2 +wcwidth==0.1.7 +wrapt==1.11.2 +xdis==4.2.2 -- cgit 1.4.1