diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2019-11-10 01:52:35 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2019-11-10 01:52:35 -0300 |
commit | 6413dad8687585acd6e588a710a839dca769dea5 (patch) | |
tree | be19a407ee7f238bbacc0fe2cf1d77fa84560a24 /requirements.txt | |
parent | 3677af203c383783c1be54bc512406a699173623 (diff) |
Add datastructure parsing library
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 4128339..9ae62ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ Click==7.0 Jinja2==2.10.1 qtoml==0.2.4 +pyparsing==2.4.2 |