Skip to content

Commit

Permalink
Merge pull request #13 from toncenter/pypi-publish
Browse files Browse the repository at this point in the history
Added requirements and bumped version
  • Loading branch information
kdimentionaltree authored Jun 30, 2023
2 parents fdc989f + 92110d5 commit a65f11a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
crc32c
bitarray
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()
setuptools.setup(
name='tvm_valuetypes',
version='0.0.9',
version='0.0.10',
author="Emelyanenko Kirill",
author_email="emelyanenko.kirill@gmail.com",
description="Collection of utils for handling Telegram Open Network Virtual Machine value types",
Expand All @@ -21,6 +21,7 @@
"Topic :: Software Development :: Libraries"
],
install_requires=[
'crc32c', 'bitarray'
'crc32c',
'bitarray'
],
)

0 comments on commit a65f11a

Please sign in to comment.