Skip to content

Commit 6f3e004

Browse files
committed
Merge branch 'develop'
2 parents 92cb346 + 193c6e2 commit 6f3e004

285 files changed

Lines changed: 4394 additions & 1499 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@ dist/
4646
!.vscode/.ropeproject/config.py
4747

4848
# resilio sync
49-
.sync
49+
.sync
50+
51+
# misc
52+
.idea

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
[submodule "dev/modules/pyRevitLabs.Python.Net"]
22
path = dev/modules/pyRevitLabs.Python.Net
33
url = https://github.com/pyrevitlabs/pythonnet.git
4+
[submodule "dev/modules/pyRevitLabs.dlr"]
5+
path = dev/modules/pyRevitLabs.dlr
6+
url = https://github.com/pyrevitlabs/dlr.git
7+
[submodule "dev/modules/pyRevitLabs.ironpython2"]
8+
path = dev/modules/pyRevitLabs.ironpython2
9+
url = https://github.com/pyrevitlabs/ironpython2.git

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pygount = "*"
1515
pyyaml = "*"
1616

1717
[requires]
18-
python_version = "3.8"
18+
python_version = "3.9"
1919

2020
[pipenv]
2121
allow_prereleases = true

Pipfile.lock

Lines changed: 106 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)