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.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.txt')
-rw-r--r-- | requirements.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 2f964c0..0fd42f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,11 @@ +-e git+https://soniex2.autistic.space/git-repos/abdl.git@1b26ad799217af7e187fdae78e862a6bf46e5591#egg=gan0f74bd87a23b515b45da7e6f5d9cc82380443dab +certifi==2019.11.28 +chardet==3.0.4 Click==7.0 +idna==2.8 Jinja2==2.10.1 -qtoml==0.2.4 +MarkupSafe==1.1.1 pyparsing==2.4.2 +qtoml==0.2.4 requests==2.22.0 +urllib3==1.25.7 |