Skip to content

Commit

Permalink
Small admin changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CrispyBacon1999 committed Nov 6, 2018
1 parent 578dc46 commit eb64881
Show file tree
Hide file tree
Showing 4 changed files with 352 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/vyper-bot"
verify_ssl = true
name = "pypi"

[packages]
requests = "*"
grequests = "*"

[dev-packages]
sphinx = "*"

[requires]
python_version = "3.7"
332 changes: 332 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions docs/source/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Version History
:hidden:


**Version 4.2 (November 6, 2018)**

- Starting work on API again
- Bug fixes

**Version 4.1 (September 12, 2017)**

- Added logging decorator to be added to the main class
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
url='https://vyper-bot.readthedocs.io',
requires=[
'requests',
'json'
'grequests'
],
description='A telegram API written in pure python.',
long_description='A telegram API written in pure python, created for beginners, but catering to advanced users. Has many functions built in to make bot creation easier, as well as some prebuilt classes to make starting a breeze.')

0 comments on commit eb64881

Please sign in to comment.