Skip to content

Commit

Permalink
Release 0.0.41a2 (#137)
Browse files Browse the repository at this point in the history
* chore: recreate abandoned pipfile.lock
* feature: version as a cli command
* chore: increment version
  • Loading branch information
cedric05 authored May 29, 2022
1 parent 08b2b52 commit af23819
Show file tree
Hide file tree
Showing 6 changed files with 577 additions and 91 deletions.
17 changes: 14 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,27 @@ verify_ssl = true
name = "pypi"

[packages]
textx = "*"
requests = "*"
jstyleson = "*"
jsonschema = "==3.2.0"
jstyleson = "==0.0.2"
requests = "==2.27.1"
requests-pkcs12 = "==1.10"
requests-unixsocket = "==0.2.0"
requests-aws4auth = "==1.1.1"
textX = "==2.3.0"
Js2Py = "==0.71"
requests_ntlm = "==1.1.0"
RestrictedPython = "==5.2"
Faker = "==13.11.1"

[dev-packages]
pyinstaller = "*"
autopep8 = "*"
ipython = "*"
pywin32-ctypes = { version = "*", os_name = "=='nt'" }
waitress = "==2.1.1"
Flask = "*"
pyperf = "==2.2.0"
pytest-benchmark = "*"

[requires]
python_version = "3.9"
Loading

0 comments on commit af23819

Please sign in to comment.