Skip to content

Commit

Permalink
Merge branch 'feature/cytonize_some_modules'
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Jan 24, 2021
2 parents 8ea587b + 97fd5a2 commit 974b6fc
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 34 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ logs/*.log*
junit/
env/
venv*/
aiosonic/**/*.so
aiosonic/**/*.c
1 change: 1 addition & 0 deletions dev-requirements.in → build-requirements.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Cython
sphinx
57 changes: 57 additions & 0 deletions build-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile build-requirements.in
#
alabaster==0.7.12
# via sphinx
babel==2.9.0
# via sphinx
certifi==2020.12.5
# via requests
chardet==4.0.0
# via requests
cython==0.29.21
# via -r build-requirements.in
docutils==0.16
# via sphinx
idna==2.10
# via requests
imagesize==1.2.0
# via sphinx
jinja2==2.11.2
# via sphinx
markupsafe==1.1.1
# via jinja2
packaging==20.8
# via sphinx
pygments==2.7.4
# via sphinx
pyparsing==2.4.7
# via packaging
pytz==2020.5
# via babel
requests==2.25.1
# via sphinx
snowballstemmer==2.1.0
# via sphinx
sphinx==3.4.3
# via -r build-requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==1.0.3
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.4
# via sphinx
urllib3==1.26.2
# via requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
33 changes: 0 additions & 33 deletions dev-requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile
# pip-compile requirements.in
#
chardet==3.0.4
# via -r requirements.in
Expand Down

0 comments on commit 974b6fc

Please sign in to comment.