diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2020-02-16 19:35:47 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2020-02-16 19:40:35 -0300 |
commit | 3a8cc83cbe465b798647b92357eff2d52454f3dc (patch) | |
tree | e437768b93e06c807387dab9b7fa3da6aec360ad /requirements_test.txt | |
parent | f84c60e039864af593f6b8d015b11113a6e59f50 (diff) |
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
Diffstat (limited to 'requirements_test.txt')
-rw-r--r-- | requirements_test.txt | 18 |
1 files changed, 18 insertions, 0 deletions
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 |